Sha256: 9b2d91bfea45bcf3d25a73b442a10355af9c5079715f40ec6f6815fec64e4cf5

Contents?: true

Size: 417 Bytes

Versions: 10

Compression:

Stored size: 417 Bytes

Contents

#--
# Ruby Whois
#
# An intelligent pure Ruby WHOIS client and parser.
#
# Copyright (c) 2009-2011 Simone Carletti <weppos@weppos.net>
#++


require 'whois/record/parser/whois.audns.net.au'


module Whois
  class Record
    class Parser

      # Parser for the <tt>whois.ausregistry.net.au</tt> server.
      # Aliases the <tt>whois.audns.net.au</tt>.
      WhoisAusregistryNetAu = WhoisAudnsNetAu

    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
whois-2.2.0 lib/whois/record/parser/whois.ausregistry.net.au.rb
whois-2.1.0 lib/whois/record/parser/whois.ausregistry.net.au.rb
whois-2.0.7 lib/whois/record/parser/whois.ausregistry.net.au.rb
whois-2.0.6 lib/whois/record/parser/whois.ausregistry.net.au.rb
whois-2.0.5 lib/whois/record/parser/whois.ausregistry.net.au.rb
whois-2.0.4 lib/whois/record/parser/whois.ausregistry.net.au.rb
whois-2.0.3 lib/whois/record/parser/whois.ausregistry.net.au.rb
whois-2.0.2 lib/whois/record/parser/whois.ausregistry.net.au.rb
whois-2.0.1 lib/whois/record/parser/whois.ausregistry.net.au.rb
whois-2.0.0 lib/whois/record/parser/whois.ausregistry.net.au.rb