Sha256: 8f969f2993fe3265efee595d16ffedf2918dc5c26433f397f327c68f0fe9b6ac
Contents?: true
Size: 461 Bytes
Versions: 2
Compression:
Stored size: 461 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 capetown-whois.registry.net.za server. # # @see Whois::Parsers::Example # The Example parser for the list of all available methods. # class CapetownWhoisRegistryNetZa < ZaCentralRegistry end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
whois-parser-1.2.0 | lib/whois/parsers/capetown-whois.registry.net.za.rb |
whois-parser-1.1.0 | lib/whois/parsers/capetown-whois.registry.net.za.rb |