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