method

error?

v1_9_1_378 - Show latest stable - Class: WEBrick::HTTPStatus
error?(code)
private

No documentation available.

# File lib/webrick/httpstatus.rb, line 114
    def error?(code)
      code.to_i >= 400 and code.to_i < 600
    end