fast_forward 1.0.0
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:
=
インストール:
=
Runtime依存関係 (2):
activesupport
>= 1.4.2
hoe
>= 1.2.0