Sha256: 094883ed3f4455fdfe2d572f28f69cd51672509fc8e53ca320a71776f5ff3b51
Contents?: true
Size: 470 Bytes
Versions: 7
Compression:
Stored size: 470 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2014 Simone Carletti <weppos@weppos.net> #++ require 'whois/record/parser/base_shared3' module Whois class Record class Parser # Parser for the whois.nic.gd server. # # @see Whois::Record::Parser::Example # The Example parser for the list of all available methods. # class WhoisNicGd < BaseShared3 end end end end
Version data entries
7 entries across 7 versions & 1 rubygems