I found a blog post on alias vs. alias_method. As shown in the example given in that blog post, I simply want to alias a method to another within t
alias
alias_method
A point in favor of alias instead of alias_method is that its semantic is recognized by rdoc, leading to neat cross references in the generated documentation, while rdoc completely ignore alias_method.