Categories: None [Edit]

rebound

https://rubygems.org/gems/rebound
https://github.com/nakajima/rebound
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.

Total

Ranking: 126,238 of 190,317
Downloads: 5,153

Daily

Ranking: 74,401 of 190,280
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
1,71619,296,349ruby2ruby

Owners

#GravatarHandle
1iconnakajima