= private = protected
info?(code)
Is code an informational status?
# File lib/webrick/httpstatus.rb, line 144 def info?(code) code.to_i >= 100 and code.to_i < 200 end