Sha256: a6523d52454437c4fbb4d69f3a876f4b5f0b95ee85cfb4b521a80449eff7e388

Contents?: true

Size: 468 Bytes

Versions: 4

Compression:

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


module Whois
  class Record
    class Parser

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

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
whois-3.4.3 lib/whois/record/parser/whois.nic.nf.rb
whois-3.4.2 lib/whois/record/parser/whois.nic.nf.rb
whois-3.4.1 lib/whois/record/parser/whois.nic.nf.rb
whois-3.4.0 lib/whois/record/parser/whois.nic.nf.rb