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