Sha256: 5f5b39e2d1ded1a89ab9e772553736c15ce4216a9ad803994a3c4574a5ab9aab
Contents?: true
Size: 466 Bytes
Versions: 7
Compression:
Stored size: 466 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_cocca' module Whois class Record class Parser # Parser for the whois.nic.as server. # # @see Whois::Record::Parser::Example # The Example parser for the list of all available methods. # class WhoisNicAs < BaseCocca end end end end
Version data entries
7 entries across 7 versions & 1 rubygems