Class: Module
Instance Method Summary collapse
Instance Method Details
#alias_methods(*args) ⇒ Object
94 95 96 |
# File 'lib/Switches.rb', line 94 def alias_methods(*args) args.all_but_last.each{|e| alias_method e.to_sym, args.last.to_sym} end |