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