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