Sha256: 1c5865ea1353e547e79e246daf72097b581d8ae5b676eaaded4c4394f5af1b45

Contents?: true

Size: 361 Bytes

Versions: 2

Compression:

Stored size: 361 Bytes

Contents

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


require 'whois/record/parser/whois.centralnic.com.rb'


module Whois
  class Record
    class Parser

      # Parser for the whois.nic.xyz server.
      class WhoisNicXyz < WhoisCentralnicCom
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
whois-3.6.5 lib/whois/record/parser/whois.nic.xyz.rb
whois-3.6.4 lib/whois/record/parser/whois.nic.xyz.rb