Sha256: ef5338e9cf37ff2fe5b83d368d0a832adb8749879ccb4d83a50c660db8e90d9d
Contents?: true
Size: 453 Bytes
Versions: 2
Compression:
Stored size: 453 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2018 Simone Carletti <weppos@weppos.net> #++ require_relative 'za_central_registry' module Whois class Parsers # Parser for the coza-whois.registry.za.net server. # # @see Whois::Parsers::Example # The Example parser for the list of all available methods. # class CozaWhoisRegistryNetZa < ZaCentralRegistry end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
whois-parser-1.2.0 | lib/whois/parsers/coza-whois.registry.net.za.rb |
whois-parser-1.1.0 | lib/whois/parsers/coza-whois.registry.net.za.rb |