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