AnyMethod is the base class for objects representing methods
Constants
MARSHAL_VERSION = 1
Attributes
[RW] | add_line_numbers |
Allows controlling whether #markup_code adds line numbers to the source code. |
[RW] | dont_rename_initialize |
Don’t rename #initialize to ::new |
[RW] | c_function |
The C function that implements this method (if it was defined in a C file) |
[RW] | call_seq |
Different ways to call this method |
[RW] | params |
Parameters for this method |