Sha256: 696eba8ce034ce49a566d199d1ca23109bc29a5c781074ae7e1609b5936aa32f
Contents?: true
Size: 433 Bytes
Versions: 5
Compression:
Stored size: 433 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2015 Simone Carletti <weppos@weppos.net> #++ require_relative 'base_icann_compliant' module Whois class Parsers # Parser for the whois.cdmon.com server. # # @see Whois::Parsers::Example # The Example parser for the list of all available methods. # class WhoisCdmonCom < BaseIcannCompliant end end end
Version data entries
5 entries across 5 versions & 2 rubygems