Method
meth.name â symbol Instance Public methods Returns the name of the method
meth[args, ...] â obj Instance Public methods Invokes the meth
method.clone â new_method Instance Public methods Returns a clone of this method
meth.unbind â unbound_method Instance Public methods Dissociates meth
meth.inspect â string Instance Public methods Returns the name of the underlying
meth.hash â integer Instance Public methods Returns a hash value corresponding
meth.arity â fixnum Instance Public methods Returns an indication of the
meth.source_location â [String, Fixnum] Instance Public methods Returns the
meth.call(args, ...) â obj Instance Public methods Invokes the meth
meth.receiver â object Instance Public methods Returns the bound receiver
Page 1 of 2