Sha256: 6ea285a8d2c336b9cb317bab48e1753b386c1d8af5943ba455ccf41f6fc26a67
Contents?: true
Size: 480 Bytes
Versions: 5
Compression:
Stored size: 480 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_shared1' module Whois class Record class Parser # Parser for the whois.registry.qa server. # # @see Whois::Record::Parser::Example # The Example parser for the list of all available methods. # class WhoisRegistryQa < BaseShared1 end end end end
Version data entries
5 entries across 5 versions & 1 rubygems