Sha256: 1ab62f74661ea185c2c7bc1325b3d51c4c09231d4321f614e0cf5ccdef3bbd94
Contents?: true
Size: 424 Bytes
Versions: 2
Compression:
Stored size: 424 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2018 Simone Carletti <weppos@weppos.net> #++ require_relative 'base_shared1' module Whois class Parsers # Parser for the whois.registry.qa server. # # @see Whois::Parsers::Example # The Example parser for the list of all available methods. # class WhoisRegistryQa < BaseShared1 end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
whois-parser-1.2.0 | lib/whois/parsers/whois.registry.qa.rb |
whois-parser-1.1.0 | lib/whois/parsers/whois.registry.qa.rb |