Sha256: 9a7dc3209abe5c7d12a9ca8fa22460a87d10d68e1209058d941bd05dda19b21a

Contents?: true

Size: 338 Bytes

Versions: 6

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.gl server.
      class WhoisNicGl < BaseCocca
      end

    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
whois-2.7.0 lib/whois/record/parser/whois.nic.gl.rb
whois-2.6.4 lib/whois/record/parser/whois.nic.gl.rb
whois-2.6.3 lib/whois/record/parser/whois.nic.gl.rb
whois-2.6.2 lib/whois/record/parser/whois.nic.gl.rb
whois-2.6.1 lib/whois/record/parser/whois.nic.gl.rb
whois-2.6.0 lib/whois/record/parser/whois.nic.gl.rb