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