instance method UnboundMethod#name

name -> Symbol[permalink][rdoc]

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

例:

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