Files | Admin

Notes:

Release Name: 0.3.2

Notes:
Blockenspiel is a helper library designed to make it easy to implement DSL
blocks. It is designed to be comprehensive and robust, supporting most common
usage patterns, and working correctly in the presence of nested blocks and
multithreading.


Changes: === 0.3.2 / 2009-11-17 * Modules included in a DSL-ized class now have their methods included in the DSL. * Raise a more informative error (for now) when trying to include Blockenspiel::DSL in a module. At some point, we'll support this usage, once I figure out the right semantics for it.