# File lib/hoptoad_notifier/notice.rb, line 180
    def [](method)
      case method
      when :request
        self
      else
        send(method)
      end
    end