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
Gemfile:
=
install:
=
Runtime Dependencies (1):
hoe
>= 1.2.0