Sha256: b25e36548c4f1319b5b46a76150e0d67f9db275209b61e87ffcfd35955a38c52
Contents?: true
Size: 468 Bytes
Versions: 5
Compression:
Stored size: 468 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 whois1.nic.bi server. # # @see Whois::Record::Parser::Example # The Example parser for the list of all available methods. # class Whois1NicBi < BaseCocca end end end end
Version data entries
5 entries across 5 versions & 1 rubygems