Class Object
In: lib/nanite/util.rb
Parent: Object

Methods

Included Modules

InstanceExecHelper

Classes and Modules

Module Object::InstanceExecHelper

Public Instance methods

Evaluate the block with the given arguments within the context of this object, so self is set to the method receiver.

From Mauricio‘s eigenclass.org/hiki/bounded+space+instance_exec

[Validate]