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