meth.to_s â string
Instance Public methods
Returns the name of the underlying method.
1 | "cat" .method( :count ).inspect #=> "#<Method: String#count>" |
Returns the name of the underlying method.
1 | "cat" .method( :count ).inspect #=> "#<Method: String#count>" |
Designed by : w10schools
service@w10schools.com
Please login to continue.