Method: YARD::Docstring#object
- Defined in:
- lib/yard/docstring.rb
#object ⇒ CodeObjects::Base
Returns the object that owns the docstring.
20 21 22 |
# File 'lib/yard/docstring.rb', line 20 def object @object end |
Returns the object that owns the docstring.
20 21 22 |
# File 'lib/yard/docstring.rb', line 20 def object @object end |