Sha256: 5c16067fe43dbbc44718c9075c352c02f537711ddde13ebc8603be5a5cbeb445

Contents?: true

Size: 382 Bytes

Versions: 1

Compression:

Stored size: 382 Bytes

Contents

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


require 'whois/record/parser/base_cocca'


module Whois
  class Record
    class Parser

      # Parser for the whois.cmc.iq server.
      class WhoisCmcIq < BaseCocca
        property_not_supported :nameservers
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
whois-2.7.0 lib/whois/record/parser/whois.cmc.iq.rb