Sha256: f45db5b64123b6f8e15f276dcfc3da43740eee1c18a0ca01fdb2080f151fcff9
Contents?: true
Size: 475 Bytes
Versions: 6
Compression:
Stored size: 475 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.pandi.or.id server. # # It aliases the whois.centralnic.com parser because # it looks like the response is the same of Centralnic. class WhoisPandiOrId < WhoisCentralnicCom end end end
Version data entries
6 entries across 6 versions & 2 rubygems