public_method(name) -> Method
[permalink][rdoc]オブジェクトの public メソッド name をオブジェクト化した Method オブジェクトを返します。
1.public_method(:to_int) #=> #<Method: Integer#to_int> 1.public_method(:p) # method `p' for class `Integer' is private (NameError)
[SEE_ALSO] Object#method,Object#public_send,Module#public_instance_method