Sha256: 61a2fa2446a8a08baf9d64b56d6cb7c11126c66f8c01a40ba11dacfcdc193f6d
Contents?: true
Size: 342 Bytes
Versions: 10
Compression:
Stored size: 342 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2012 Simone Carletti <weppos@weppos.net> #++ require 'whois/record/parser/base_afilias' module Whois class Record class Parser # Parser for the whois.nic.ag server. class WhoisNicAg < BaseAfilias end end end end
Version data entries
10 entries across 10 versions & 1 rubygems