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