Sha256: c11d7e8de9b2d0a4667f7c9717032ed3e88ad06d6c7602f5fe8ab8778c5bf243

Contents?: true

Size: 338 Bytes

Versions: 8

Compression:

Stored size: 338 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.nic.gs server.
      class WhoisNicGs < BaseCocca
      end

    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
whois-2.6.3 lib/whois/record/parser/whois.nic.gs.rb
whois-2.6.2 lib/whois/record/parser/whois.nic.gs.rb
whois-2.6.1 lib/whois/record/parser/whois.nic.gs.rb
whois-2.6.0 lib/whois/record/parser/whois.nic.gs.rb
whois-2.5.1 lib/whois/record/parser/whois.nic.gs.rb
whois-2.5.0 lib/whois/record/parser/whois.nic.gs.rb
whois-2.4.0 lib/whois/record/parser/whois.nic.gs.rb
whois-2.3.0 lib/whois/record/parser/whois.nic.gs.rb