Sha256: 3685609fd3740dcb7075e44a3b974a847cba6ea7c975d891f0341efa2207ebe3
Contents?: true
Size: 347 Bytes
Versions: 12
Compression:
Stored size: 347 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2013 Simone Carletti <weppos@weppos.net> #++ require 'whois/record/parser/base_cocca2' module Whois class Record class Parser # Parser for the whois.nic.net.ng server. class WhoisNicNetNg < BaseCocca2 end end end end
Version data entries
12 entries across 12 versions & 1 rubygems