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