# File lib/rack/response.rb, line 118
def
informational?
;
status
>=
100
&&
status
<
200
;
end