class_method_creator.rb

lib/alias/creators/class_method_creator.rb
Last Update: Tue Jul 07 04:32:05 -0400 2009

Creates aliases of class methods. Expects a hash of classes/modules mapped to a hash of class methods and their aliases i.e. {‘Date’=>{‘today’=>’t’}}.