Method: YARD::CodeObjects::MacroObject#method_object

Defined in:
lib/yard/code_objects/macro_object.rb

#method_objectCodeObjects::Base

Returns the method object that this macro is attached to.

Returns:



193
194
195
# File 'lib/yard/code_objects/macro_object.rb', line 193

def method_object
  @method_object
end