Sha256: a62e902c8b57285b415458004d9ca78b71a4752074ab3ad00ef9cbbcbf6d54c5

Contents?: true

Size: 337 Bytes

Versions: 1

Compression:

Stored size: 337 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 whois.registry.za.net server.
    #
    class WhoisRegistryNetZa < ZaCentralRegistry
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hetzner-whois-parser-1.0.1.rc1 lib/whois/parsers/whois.registry.net.za.rb