RubyGems.org

fast_forward

1.0.1

fast_forward is a small library designed to do two things: * Allow easy delegation of all missing methods to an accessor/instance variable * Generate methods on-the-fly after first invocation of a delegated method to eliminate the need to search the object's ancestors and use method_missing on subsequent invocations

installgem install fast_forward
Authors

Bruce Williams

2,248 total downloads 1,145 for this version
Owners

98e0498daf8021c33a0d26a8540040ad

Gemfile
gem "fast_forward", "~> 1.0.1"
Versions
  1. 1.0.1 May 14, 2007
  2. 1.0.0 May 13, 2007
Runtime Dependencies
  1. hoe >= 1.2.0