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