# File lib/webrick/httpstatus.rb, line 99
    def info?(code)
      code.to_i >= 100 and code.to_i < 200
    end