method

server_error?

v1_8_7_330 - Show latest stable - Class: WEBrick::HTTPStatus
server_error?(code)
public

No documentation available.

# File lib/webrick/httpstatus.rb, line 120
    def server_error?(code)
      code.to_i >= 500 and code.to_i < 600
    end