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