Sha256: c1feac48c9514828b4a2b180023b1b07ebddf66fdfd96b06ef6fb9556e2479a6

Contents?: true

Size: 551 Bytes

Versions: 3

Compression:

Stored size: 551 Bytes

Contents

#
# = Ruby Whois
#
# An intelligent pure Ruby WHOIS client and parser.
#
#
# Category::    Net
# Package::     Whois
# Author::      Simone Carletti <weppos@weppos.net>
# License::     MIT License
#
#--
#
#++


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


module Whois
  class Answer
    class Parser

      #
      # = whois.ausregistry.net.au parser
      #
      # Parser for the whois.ausregistry.net.au server.
      # Aliases the whois.audns.net.au.
      #
      class WhoisAusregistryNetAu < WhoisAudnsNetAu
      end

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
whois-1.3.1 lib/whois/answer/parser/whois.ausregistry.net.au.rb
whois-1.3.0 lib/whois/answer/parser/whois.ausregistry.net.au.rb
whois-1.2.2 lib/whois/answer/parser/whois.ausregistry.net.au.rb