= private = protected
add_alias(method)
Adds method as an alias for this method
# File lib/rdoc/any_method.rb, line 93 def add_alias(method) @aliases << method end