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