Method: YARD::CodeObjects::MethodObject#constructor?
- Defined in:
- lib/yard/code_objects/method_object.rb
#constructor? ⇒ Boolean
78 79 80 |
# File 'lib/yard/code_objects/method_object.rb', line 78 def constructor? name == :initialize && scope == :instance && namespace.is_a?(ClassObject) end |