Sha256: 64394ae97d18d3e78fe6d8e7c9f4b66adc3b531ee582ebae2b0f82e75c0a8b61
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-2012 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