Sha256: 8b771285aff435bf150d3b935bb20e0766fbe6a88c64091572b7db7dff56cf0e
Contents?: true
Size: 495 Bytes
Versions: 3
Compression:
Stored size: 495 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2015 Simone Carletti <weppos@weppos.net> #++ require 'whois/record/parser/base_verisign' module Whois class Record class Parser # Parser for the ccwhois.verisign-grs.com server. # # @see Whois::Record::Parser::Example # The Example parser for the list of all available methods. # class CcwhoisVerisignGrsCom < BaseVerisign end end end end
Version data entries
3 entries across 3 versions & 1 rubygems