Method: YARD::CodeObjects::MacroObject#method_object
- Defined in:
- lib/yard/code_objects/macro_object.rb
#method_object ⇒ CodeObjects::Base
Returns the method object that this macro is attached to.
193 194 195 |
# File 'lib/yard/code_objects/macro_object.rb', line 193 def method_object @method_object end |