# File lib/rack/protection/base.rb, line 41
      def accepts?(env)
        raise NotImplementedError, "#{self.class} implementation pending"
      end