Sha256: bfd3adcc0c75f3015340b89f2d244bf874bb97c5ea99648239d9dfa86a1cd3f2
Contents?: true
Size: 440 Bytes
Versions: 10
Compression:
Stored size: 440 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.centralnic.com' module Whois class Record class Parser # Parser for the <tt>whois.centralnic.net</tt> server. # Aliases the <tt>whois.centralnic.com</tt> parser. class WhoisCentralnicNet < WhoisCentralnicCom end end end end
Version data entries
10 entries across 10 versions & 1 rubygems