# File lib/facets/core/binding/called.rb, line 11
  def called
    name = /\`([^\']+)\'/.match(caller(1).first)[1]
    return name.to_sym
  end