Sha256: 0994c5ea433b1cc16bfff849c2b38dcdc2b31892440de9194fcce4ccbe46484c
Contents?: true
Size: 450 Bytes
Versions: 6
Compression:
Stored size: 450 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2015 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
6 entries across 6 versions & 2 rubygems