Sha256: 0e490da8d321f881f02aeab4c168fef3d8190d6d4cdc32984b855f82e9308d10

Contents?: true

Size: 468 Bytes

Versions: 5

Compression:

Stored size: 468 Bytes

Contents

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


require 'whois/record/parser/base_cocca2'


module Whois
  class Record
    class Parser

      # Parser for the whois.nic.tc server.
      #
      # @see Whois::Record::Parser::Example
      #   The Example parser for the list of all available methods.
      #
      class WhoisNicTc < BaseCocca2
      end

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
whois-3.6.2 lib/whois/record/parser/whois.nic.tc.rb
whois-3.6.1 lib/whois/record/parser/whois.nic.tc.rb
whois-3.6.0 lib/whois/record/parser/whois.nic.tc.rb
whois-3.5.9 lib/whois/record/parser/whois.nic.tc.rb
whois-3.5.8 lib/whois/record/parser/whois.nic.tc.rb