Alias de Métodos

It is not uncommon for methods in Ruby to have more than one name. The language has a keyword alias that serves to define a new name for an existing method. Use it like this:

alias aka also_known_as # alias new_name existing_name



Casiano Rodriguez León 2015-01-07