# File lib/relevance/tarantula/crawler.rb, line 48
      def method_missing(meth, *args)
        super unless Result::ALLOW_NNN_FOR =~ meth.to_s
        @response_code_handler.send(meth, *args)
      end