meth == other_meth â true or false
Instance Public methods
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.
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.
Please login to continue.