# File lib/rack/response.rb, line 150
      def client_error?;  @status >= 400 && @status < 500;       end