meth.inspect â string
Instance Public methods
Returns the name of the underlying method.
"cat".method(:count).inspect #=> "#<Method: String#count>"
Returns the name of the underlying method.
"cat".method(:count).inspect #=> "#<Method: String#count>"
Please login to continue.