Sha256: c0bdf28426090195eb29fb19c3427ce60542cb53c2cc522a7e8e9fcc513e9c80
Contents?: true
Size: 465 Bytes
Versions: 1
Compression:
Stored size: 465 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_shared2' module Whois class Record class Parser # Parser for the whois.biz server. # # @see Whois::Record::Parser::Example # The Example parser for the list of all available methods. # class WhoisBiz < BaseShared2 end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
whois-2.7.0 | lib/whois/record/parser/whois.biz.rb |