method

to_s

v1_9_1_378 - Show latest stable - Class: Method
to_s()
public

Show the name of the underlying method.

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