Sha256: b880c2414a344e7cd22530ea398055a5e425c326b19ef05e46ca698eeda30c7e
Contents?: true
Size: 497 Bytes
Versions: 4
Compression:
Stored size: 497 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_icann_compliant' module Whois class Record class Parser # Parser for the whois.register.com server. # # @see Whois::Record::Parser::Example # The Example parser for the list of all available methods. # class WhoisRegisterCom < BaseIcannCompliant end end end end
Version data entries
4 entries across 4 versions & 1 rubygems