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