# File lib/backports/1.8.7/kernel.rb, line 3
  def __method__
    m = caller(1).first[/`(.*)'/,1]
    m.to_sym if m
  end