Class: BasicObject
- Defined in:
- lib/instance.rb
Instance Method Summary collapse
-
#instance ⇒ Object
Returns an instance of Instance for ‘self`, which allows convenient access to an object’s internals.
Instance Method Details
#instance ⇒ Object
Returns an instance of Instance for ‘self`, which allows convenient access to an object’s internals.
371 372 373 |
# File 'lib/instance.rb', line 371 def instance ::Instance.instance(self) end |