AnyMethod is the base class for objects representing methods
Constants
MARSHAL_VERSION = 1
Attributes
[W] | name | |
[RW] | visibility |
public, protected, private |
[RW] | block_params |
Parameters yielded by the called block |
[RW] | dont_rename_initialize |
Don’t rename #initialize to ::new |
[RW] | singleton |
Is this a singleton method? |
[R] | text |
Source file token stream |
[R] | aliases |
Array of other names for this method |
[RW] | is_alias_for |
The method we’re aliasing |
[RW] | params |
Parameters for this method |
[RW] | call_seq |
Different ways to call this method |