method

to_s

v1_9_3_392 - Show latest stable - Class: UnboundMethod
to_s()
public

Returns the name of the underlying method.

"cat".method(:count).inspect   #=> "#<Method: String#count>"