Overridable, say goodbye to method alias
I just released a gem called overridable on Gemcutter.org, that gem helps you make your methods to be overridable by including modules. So you can dismiss things like alias_method_chain. Give it a look.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
I just released a gem called overridable on Gemcutter.org, that gem helps you make your methods to be overridable by including modules. So you can dismiss things like alias_method_chain. Give it a look.
Post a comment