class Objc2swiftAssistant::CategoryImplRecognizer

Public Class Methods

new( ) click to toggle source
# File lib/objc2swift_assistant/recognizers/category_recognizer.rb, line 21
def initialize( )
  super( CATEGORY_IMPLEMENTATION_REGEX, CategoryImplementationRegion, :implementation, true )
end