# File lib/twitter/core_ext/kernel.rb, line 3
  def calling_method
    caller[1][/`([^']*)'/, 1].to_sym
  end