Sha256: db4bfcd5b8373c8ea970c9955e8775542915fdaeca8da6a897768cb93a1bd360
Contents?: true
Size: 401 Bytes
Versions: 10
Compression:
Stored size: 401 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2011 Simone Carletti <weppos@weppos.net> #++ require 'whois/record/parser/whois.hkirc.hk' module Whois class Record 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
10 entries across 10 versions & 1 rubygems