There's no documentation for this item.
# File webrick/httpstatus.rb, line 105 def redirect?(code) code.to_i >= 300 and code.to_i < 400 end
<code/>
<pre/>
<code/>and<pre/>for code samples.