Method: YARD::Tags::Directive#object
- Defined in:
- lib/yard/tags/directives.rb
#object ⇒ CodeObjects::Base? (readonly)
Returns the object the parent docstring is attached to. May be nil.
42 |
# File 'lib/yard/tags/directives.rb', line 42 def object; parser.object end |