Files | Admin

Notes:

Release Name: 0.3.0

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.0 / 2009-11-04 * dsl_attr_writer and dsl_attr_accessor convenience methods are available for creating DSL-friendly attributes. * Dynamic DSL methods can now take real block arguments, if supported by the Ruby interpreter. * Shortened README.rdoc and renamed the longer version to Blockenspiel.rdoc. * Some documentation updates.