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