Sha256: f69c39d41a802b3268ce34eb05d80da8ddab062657938e126243c6f4221fe486
Contents?: true
Size: 462 Bytes
Versions: 4
Compression:
Stored size: 462 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_icb' module Whois class Record class Parser # Parser for the whois.nic.io server. # # @see Whois::Record::Parser::Example # The Example parser for the list of all available methods. # class WhoisNicIo < BaseIcb end end end end
Version data entries
4 entries across 4 versions & 1 rubygems