Sha256: 7c2c09a04071ed0581565b2f3c64f7d28b0aad1b6859592b582e05a0d07030a6
Contents?: true
Size: 401 Bytes
Versions: 10
Compression:
Stored size: 401 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2011 Simone Carletti <weppos@weppos.net> #++ require 'whois/record/parser/whois.nic.net.sa' module Whois class Record class Parser # Parser for the <tt>saudinic.net.sa</tt> server. # Aliases the <tt>whois.nic.net.sa</tt> parser. SaudinicNetSa = WhoisNicNetSa end end end
Version data entries
10 entries across 10 versions & 1 rubygems