Sha256: 9e4975a2a8504bc6c10f4017ceeedfd00dd4b8eee30851cec1b1678cab75affc

Contents?: true

Size: 459 Bytes

Versions: 7

Compression:

Stored size: 459 Bytes

Contents

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


require 'whois/record/parser/base_cocca'


module Whois
  class Record
    class Parser

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

    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
whois-3.4.3 lib/whois/record/parser/whois.je.rb
whois-3.4.2 lib/whois/record/parser/whois.je.rb
whois-3.4.1 lib/whois/record/parser/whois.je.rb
whois-3.4.0 lib/whois/record/parser/whois.je.rb
whois-3.3.1 lib/whois/record/parser/whois.je.rb
whois-3.3.0 lib/whois/record/parser/whois.je.rb
whois-3.2.1 lib/whois/record/parser/whois.je.rb