Sha256: e59d8df53ddd41b44be4ae786b8ef77a2675cd9797da380952e62e046ae8f432

Contents?: true

Size: 468 Bytes

Versions: 2

Compression:

Stored size: 468 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_cocca2'


module Whois
  class Record
    class Parser

      # Parser for the whois.nic.mg server.
      #
      # @see Whois::Record::Parser::Example
      #   The Example parser for the list of all available methods.
      #
      class WhoisNicMg < BaseCocca2
      end

    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
whois-3.4.5 lib/whois/record/parser/whois.nic.mg.rb
whois-3.4.4 lib/whois/record/parser/whois.nic.mg.rb