method
client_error?
v1_9_2_180 -
Show latest stable
- Class:
WEBrick::HTTPStatus
client_error?(code)public
No documentation available.
# File lib/webrick/httpstatus.rb, line 117
def client_error?(code)
code.to_i >= 400 and code.to_i < 500
end