method

add_alias

v1_8_7_330 - Show latest stable - Class: RDoc::AnyMethod
add_alias(method)
public

No documentation available.

# File lib/rdoc/code_objects.rb, line 682
    def add_alias(method)
      @aliases << method
    end