# File lib/action_controller/vendor/rack-1.0/rack/response.rb, line 144
      def successful?;    @status >= 200 && @status < 300;       end