NoBacksies 0.3.2 has been released.
NoBacksies is a callback layer built on top of Ruby’s built-in callback
methods. It makes it possible to add new callbacks very easily, without
having to fuss with more nuanced issues of defining and redefining
callback methods.
- home: http://rubyworks.github.com/no_backsies
- code: GitHub - rubyworks/no_backsies: Enhanced Ruby Callback System
- mail: http://googlegroups/group/rubyworks-mailinglist
- docs: File: README — Documentation for no_backsies (0.3.2)
This release adds support for calling super from within callback
procedures.
Changes:
- Add support for calling super.