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