Sha256: a9d09274c374cd7054278315c5c2af6ca3609ffe626859e587973513407a1624
Contents?: true
Size: 508 Bytes
Versions: 15
Compression:
Stored size: 508 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2014 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
15 entries across 15 versions & 1 rubygems