RubyGems.org

rebound

0.0.2

By default, instances of UnboundMethod can only be bound to objects that are a kind_of? the method's original class. Pretty lame. rebound allows unbound methods (instances of UnboundMethod class) to be bound to objects of any class. It uses the alias_method_chain pattern to accomplish this, meaning you also get a bind_without_indifference method that retains the original behavior.

installgem install rebound
Authors

Pat Nakajima

907 total downloads 906 for this version
Owners

3399cbfb9e5fec93c324789b29309911

Gemfile
gem "rebound", "~> 0.0.2"
Versions
  1. 0.0.2 July 20, 2008
Runtime Dependencies
  1. ruby2ruby >= 1.1.9