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