= private = protected
receiver()
Returns the bound receiver of the method object.
static VALUE method_receiver(VALUE obj) { struct METHOD *data; Data_Get_Struct(obj, struct METHOD, data); return data->recv; }