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