# File lib/rack/protection/base.rb, line 61
      def deny(env)
        [options[:status], {'Content-Type' => 'text/plain'}, [options[:message]]]
      end