Sha256: 518679d30b3cbe1503b21e4695301f430a95932b381c42330b32c68817e49460
Contents?: true
Size: 471 Bytes
Versions: 19
Compression:
Stored size: 471 Bytes
Contents
# # = Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # # Category:: Net # Package:: Whois # Author:: Simone Carletti <weppos@weppos.net> # License:: MIT License # #-- # #++ require 'whois/answer/parser/whois.hkirc.hk' module Whois class Answer class Parser # Parser for the <tt>whois.hkdnr.net.hk</tt> server. # Aliases the <tt>whois.hkirc.hk</tt> parser. WhoisHkdnrNetHk = WhoisHkircHk end end end
Version data entries
19 entries across 19 versions & 1 rubygems