Sha256: b6d9c8d13b4e276a3fddc18f9635fb28356d3e7957c0637f54b84ed4feab643f
Contents?: true
Size: 457 Bytes
Versions: 6
Compression:
Stored size: 457 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 joburg-whois.registry.net.za server. # # @see Whois::Parsers::Example # The Example parser for the list of all available methods. # class JoburgWhoisRegistryNetZa < ZaCentralRegistry end end end
Version data entries
6 entries across 6 versions & 2 rubygems