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