Method: YARD::CodeObjects::MacroObject#macro_data
- Defined in:
- lib/yard/code_objects/macro_object.rb
#macro_data ⇒ String
Returns the macro data stored on the object.
189 190 191 |
# File 'lib/yard/code_objects/macro_object.rb', line 189 def macro_data @macro_data end |