Sha256: d42d828b0cbd76433e6861a76a327837f5f71fc42703b90c863dfb80fae03b09
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 WhoisNicPm < BaseNicFr end end end
Version data entries
6 entries across 6 versions & 2 rubygems