class BasicObject

Public Instance Methods

instance() click to toggle source

Returns an instance of Instance for `self`, which allows convenient access to an object's internals.

# File lib/meta_instance.rb, line 36
def instance
  ::MetaInstance::Proxy.instance(self)
end