Sha256: 864355f18988be6b8fae7593e493a6ea25397bfff39cafb78fdda39bf4500268

Contents?: true

Size: 510 Bytes

Versions: 1

Compression:

Stored size: 510 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.centralnic.com'


module Whois
  class Answer
    class Parser

      # Parser for the <tt>whois.centralnic.net</tt> server.
      # Aliases the <tt>whois.centralnic.com</tt> parser.
      class WhoisCentralnicNet < WhoisCentralnicCom
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
whois-1.6.6 lib/whois/answer/parser/whois.centralnic.net.rb