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