Method: YARD::Docstring#object

Defined in:
lib/yard/docstring.rb

#objectCodeObjects::Base

Returns the object that owns the docstring.

Returns:


20
21
22
# File 'lib/yard/docstring.rb', line 20

def object
  @object
end