Sha256: eb2af531faa3c9b1f1dfd600a65e845023fc8d2c3f47c23a50a5c42fd5f0ad58

Contents?: true

Size: 489 Bytes

Versions: 2

Compression:

Stored size: 489 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'


module Whois
  class Record
    class Parser

      # Parser for the whois.nic.tech server.
      #
      # @see Whois::Record::Parser::Example
      #   The Example parser for the list of all available methods.
      #
      class WhoisNicTech < 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.tech.rb
whois-3.6.4 lib/whois/record/parser/whois.nic.tech.rb