method
server_error?
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
server_error?(code)
public
Hide source
# File lib/webrick/httpstatus.rb, line 114 def server_error?(code) code.to_i >= 500 and code.to_i < 600 end