# File lib/rack/response.rb, line 114
      def successful?;    @status >= 200 && @status < 300;       end