[ 源代码: ruby-facade ]
软件包:ruby-facade(1.1.0-1)
facade pattern aide for Ruby
The facade library allows you to mixin singleton methods from classes or modules as instance methods of the extending class.
The facade method will forward a singleton method as an instance method of the extending class. If no arguments are provided, then all singleton methods of the class or module become instance methods.