full_old_name() Instance Public methods Full old name including namespace
html_name() Instance Public methods HTML id-friendly version of #new_name.
name_prefix() Instance Public methods '::' for the alias of a singleton method/attribute, '#' for instance-level.
pretty_name() Instance Public methods Alias for: pretty_new_name
pretty_new_name() Instance Public methods New name with prefix '::' or '#'. pretty_name
pretty_old_name() Instance Public methods Old name with prefix '::' or '#'.
new(text, name) Class Public methods Creates a new AnyMethod with a token stream text and name
add_alias(an_alias, context = nil) Instance Public methods Adds an_alias as an alias for this method in context.
aref_prefix() Instance Public methods Prefix for aref is 'method'.
arglists() Instance Public methods The #call_seq or the #param_seq with method name, if there is no call_seq. Use this for displaying a method's argument lists.
Page 864 of 11844