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