Sha256: dfbf1364990ed79897a91d87c39dda3ebec5ff7a89f4d4bbab70cd00808b24b2
Contents?: true
Size: 495 Bytes
Versions: 3
Compression:
Stored size: 495 Bytes
Contents
#-- # Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # Copyright (c) 2009-2014 Simone Carletti <weppos@weppos.net> #++ require 'whois/record/parser/whois.centralnic.com' module Whois class Record class Parser # Parser for the whois.nic.college server. # # @see Whois::Record::Parser::Example # The Example parser for the list of all available methods. # class WhoisNicCollege < WhoisCentralnicCom end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
whois-3.6.2 | lib/whois/record/parser/whois.nic.college.rb |
whois-3.6.1 | lib/whois/record/parser/whois.nic.college.rb |
whois-3.6.0 | lib/whois/record/parser/whois.nic.college.rb |