Sha256: bbcc73895993a197e241ef90883c83ef08c5c156ca4b028f532f654e36948957
Contents?: true
Size: 420 Bytes
Versions: 1
Compression:
Stored size: 420 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2014 Simone Carletti <weppos@weppos.net> #++ require 'whois/record/parser/za_central_registry' module Whois class Record class Parser # # = whois.org.za parser # # Parser for the whois.org.za server. # class OrgWhoisRegistryNetZa < ZaCentralRegistry end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
whois-3.6.2 | lib/whois/record/parser/org-whois.registry.net.za.rb |