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


