November 2001
Intermediate to advanced
218 pages
6h 22m
English
The Proc class provides support for converting
blocks into objects and manipulating them just like other objects in
Ruby. The nice thing is that the Proc object you
create can recreate its execution environment when you need to call
it. Ruby also provides you with a tool for packaging up an execution
environment for use later, via the Binding class.
Read now
Unlock full access