Sha256: d710d8afd1ee1e0f009516569ac96504e494d3db896e64a6b7025ad3f201817d
Contents?: true
Size: 450 Bytes
Versions: 2
Compression:
Stored size: 450 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2018 Simone Carletti <weppos@weppos.net> #++ require_relative 'base' require_relative 'whois.centralnic.com.rb' module Whois class Parsers # 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
whois-parser-1.2.0 | lib/whois/parsers/whois.nic.pw.rb |
whois-parser-1.1.0 | lib/whois/parsers/whois.nic.pw.rb |