Sha256: 1a6e19ff87a2fadc35ce35af1b49c75c7981da2ac1fd900e8df3b804ca6002ae

Contents?: true

Size: 459 Bytes

Versions: 6

Compression:

Stored size: 459 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_cocca'


module Whois
  class Record
    class Parser

      # Parser for the whois.gg server.
      #
      # @see Whois::Record::Parser::Example
      #   The Example parser for the list of all available methods.
      #
      class WhoisGg < BaseCocca
      end

    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
whois-3.5.3 lib/whois/record/parser/whois.gg.rb
whois-3.5.2 lib/whois/record/parser/whois.gg.rb
whois-3.5.1 lib/whois/record/parser/whois.gg.rb
whois-3.5.0 lib/whois/record/parser/whois.gg.rb
whois-3.4.5 lib/whois/record/parser/whois.gg.rb
whois-3.4.4 lib/whois/record/parser/whois.gg.rb