marshal_dump() Instance Public methods Dumps this AnyMethod for use by ri. See also marshal_load
marshal_load(array) Instance Public methods Loads this AnyMethod from array. For a loaded AnyMethod the following methods will return cached values: full_name parent_name
name() Instance Public methods Method name If the method has no assigned name, it extracts it from call_seq.
param_list() Instance Public methods A list of this method's method and yield parameters. call-seq params are preferred over parsed method and block params.
param_seq() Instance Public methods Pretty parameter list for this method. If the method's parameters were given by call-seq it is preferred over the parsed values.
store=(store) Instance Public methods Sets the store for this method and its referenced code objects.
superclass_method() Instance Public methods For methods that super, find the superclass method that would be called.
new(text, name, rw, comment, singleton = false) Class Public methods Creates a new Attr with body text, name, read/write status rw and comment. singleton marks this as a class attribute.
==(other) Instance Public methods Attributes are equal when their names, singleton and rw are identical
add_alias(an_alias, context) Instance Public methods Add an_alias as an attribute in context.
Page 865 of 11844