Class: Alias::Creators::ClassMethodCreator

Inherits:
Alias::Creator show all
Defined in:
lib/alias/creators/class_method_creator.rb

Overview

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’}.

Instance Attribute Summary

Attributes inherited from Alias::Creator

#aliases, #force, #verbose

Method Summary

Methods inherited from Alias::Creator

class_or_module, #create, creators, #delete_invalid_aliases, generate, generates_aliases, inherited, #initialize, map, maps_config, valid, validators

Constructor Details

This class inherits a constructor from Alias::Creator