Aliasing
Aliasing is a powerful Ruby feature that allows more than one method to be referred to by multiple names. This can be used to give a programmer more expressive options or to create copies of a method, allowing you to change the behavior of a class. Ruby provides this functionality with the alias and alias_method keywords.


Comments
No comments yet. Leave a Comment