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