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