# File lib/facets/core/unboundmethod/name.rb, line 4 def name i = to_s.rindex('#') to_s.slice(i+1...-1) end