Sha256: f76c3dc819436c466a9692d79c51d7ae798cd40ee1772dd71e8c58a885885bf2
Contents?: true
Size: 435 Bytes
Versions: 6
Compression:
Stored size: 435 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2015 Simone Carletti <weppos@weppos.net> #++ require_relative 'whois.centralnic.com' module Whois class Parsers # Parser for the whois.nic.space server. # # @see Whois::Parsers::Example # The Example parser for the list of all available methods. # class WhoisNicSpace < WhoisCentralnicCom end end end
Version data entries
6 entries across 6 versions & 2 rubygems