Sha256: fa6f3b8df988355a154630224397ac1cec4a50e1bcb1b5b5e452451dc6900891
Contents?: true
Size: 406 Bytes
Versions: 6
Compression:
Stored size: 406 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2015 Simone Carletti <weppos@weppos.net> #++ require_relative 'base_icb' module Whois class Parsers # Parser for the whois.nic.ac server. # # @see Whois::Parsers::Example # The Example parser for the list of all available methods. # class WhoisNicAc < BaseIcb end end end
Version data entries
6 entries across 6 versions & 2 rubygems