Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
There are some variations on the eval theme in the form of the methods named instance_eval, module_eval, and class_eval. The instance_eval method can be called from a specific object, and it provides access to the instance variables of that object. It can be called either with a block or with a string:
instance_eval.rb