method
instance_exec

instance_exec(*args, &block)
public
Evaluate the block with the given arguments within the context of this object, so self is set to the method receiver.
From Mauricio’s http://eigenclass.org/hiki/bounded+space+instance_exec