instance method UnboundMethod#name

name -> Symbol[permalink][rdoc][edit]

このメソッドの名前を返します。



a = String.instance_method(:size)
a.name   # => :size