Sha256: d9e4553aaf9f0f4eeea5d3385e2f25077fa55566e89779fab3b0ff96ef24286e
Contents?: true
Size: 475 Bytes
Versions: 2
Compression:
Stored size: 475 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.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
whois-parser-1.2.0 | lib/whois/parsers/whois.pandi.or.id.rb |
whois-parser-1.1.0 | lib/whois/parsers/whois.pandi.or.id.rb |