Sha256: 6eea58b2907799bc782be878a320cd09e56c94648c4236f87bad8743634c5695
Contents?: true
Size: 508 Bytes
Versions: 13
Compression:
Stored size: 508 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2013 Simone Carletti <weppos@weppos.net> #++ require 'whois/record/parser/base' require 'whois/record/parser/whois.centralnic.com.rb' module Whois class Record class Parser # Parser for the whois.nic.pw server. # # It aliases the whois.centralnic.com parser because # the .PW TLD is powered by Centralnic. class WhoisNicPw < WhoisCentralnicCom end end end end
Version data entries
13 entries across 13 versions & 1 rubygems