Sha256: 54786ce962fb7a5e1dd8f3a9865a5256da8625b4399ce55f71d2e659f1bcb359

Contents?: true

Size: 338 Bytes

Versions: 1

Compression:

Stored size: 338 Bytes

Contents

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


require 'whois/record/parser/base_cocca'


module Whois
  class Record
    class Parser

      # Parser for the whois.nic.tl server.
      class WhoisNicTl < BaseCocca
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
whois-2.2.0 lib/whois/record/parser/whois.nic.tl.rb