method

info?

v1_9_2_180 - Show latest stable - Class: WEBrick::HTTPStatus
info?(code)
private

No documentation available.

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