class Objc2swiftAssistant::CategoryImplRecognizer
Public Class Methods
new( )
click to toggle source
Calls superclass method
Objc2swiftAssistant::CodeRecognizer::new
# File lib/objc2swift_assistant/recognizers/category_recognizer.rb, line 21 def initialize( ) super( CATEGORY_IMPLEMENTATION_REGEX, CategoryImplementationRegion, :implementation, true ) end