Sha256: 9fa46468036085e0544e21b7084bd697fd30220e3673479e6dcb44baef3f6dc6
Contents?: true
Size: 346 Bytes
Versions: 1
Compression:
Stored size: 346 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2015 Simone Carletti <weppos@weppos.net> #++ require_relative 'za_central_registry' module Whois class Parsers # Parser for the coza-whois.registry.za.net server. # class CozaWhoisRegistryNetZa < ZaCentralRegistry end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hetzner-whois-parser-1.0.1.rc2 | lib/whois/parsers/coza-whois.registry.net.za.rb |