NoBacksies v0.3.2 released

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.

This release adds support for calling super from within callback
procedures.

Changes:

  • Add support for calling super.