Sha256: 73b27ce40678cb91a95f19bd7a40da2a63673086eb02b2f3861a855495eec3da
Contents?: true
Size: 497 Bytes
Versions: 8
Compression:
Stored size: 497 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2014 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
8 entries across 8 versions & 1 rubygems