Class: BasicObject

Defined in:
lib/instance.rb

Instance Method Summary collapse

Instance Method Details

#instanceObject

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