# File lib/rack/response.rb, line 145
def
redirect?
; [
301
,
302
,
303
,
307
].
include?
@status
;
end