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