= private = protected
error?(code)
Is code an error status?
# File lib/webrick/httpstatus.rb, line 164 def error?(code) code.to_i >= 400 and code.to_i < 600 end