Sha256: 7fad1c5b0183d5d96f1d9ef925dc4a5e9fdbfd772789027ce60506afbe31137e
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.cnnic.cn' module Whois class Answer class Parser # Parser for the <tt>whois.cnnic.net.cn</tt> server. # Aliases the <tt>whois.cnnic.cn</tt> parser. WhoisCnnicNetCn = WhoisCnnicCn end end end
Version data entries
19 entries across 19 versions & 1 rubygems