frozen_string_literal: true
AnyMethod is the base class for objects representing methods
Constants
MARSHAL_VERSION = 3
Attributes
| [RW] | calls_super |
If true this method uses super to call a superclass version |
| [RW] | params |
Parameters for this method |
| [R] | call_seq |
Different ways to call this method |
| [RW] | c_function |
The C function that implements this method (if it was defined in a C file) |
| [RW] | dont_rename_initialize |
Don’t rename #initialize to ::new |

