Method

class Method

Parent:
Object

Method

Public Instance Methods

meth == other_meth → true or false Show source

Two method objects are equal if they are bound to the same object and refer to the same method definition and their owners are the same class or module.

static VALUE
method_eq(VALUE method, VALUE other)