Sha256: 47fb9fdc83e1d0602c90682a08476de0f45508d285ee64e7ca176abe3e5f0b1f

Contents?: true

Size: 434 Bytes

Versions: 2

Compression:

Stored size: 434 Bytes

Contents

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


require_relative 'base'
require_relative 'base_iisse'


module Whois
  class Parsers

    # Parser for the whois.iis.nu server.
    #
    # @see Whois::Parsers::Example
    #   The Example parser for the list of all available methods.
    #
    class WhoisIisNu < BaseIisse
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
whois-parser-1.2.0 lib/whois/parsers/whois.iis.nu.rb
whois-parser-1.1.0 lib/whois/parsers/whois.iis.nu.rb