Class DefineMethodMethod

All Implemented Interfaces:
Cloneable, Compilable<DynamicMethod>, IRMethodArgs, PositionAware

public class DefineMethodMethod extends MixedModeIRMethod
Supports optimization for define_method. block that defined_method sees happens to be the block passed to the scope where the define_method originally was called...not the block potentially passed to the newly defined method.