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