# File lib/webrick/httpstatus.rb, line 105 def redirect?(code) code.to_i >= 300 and code.to_i < 400 end