Sha256: ea8b8db43a1058bee2afa36a5f609c8407953db608b3016647ec5f50ea9483d0
Contents?: true
Size: 610 Bytes
Versions: 26
Compression:
Stored size: 610 Bytes
Contents
# # = Ruby Whois # # An intelligent pure Ruby WHOIS client and parser. # # # Category:: Net # Package:: Whois # Author:: Simone Carletti <weppos@weppos.net> # License:: MIT License # #-- # #++ require 'whois/answer/super_struct' module Whois class Answer # # = Part # # A single <tt>Whois::Answer</tt> fragment. For instance, # in case of thin server, an <tt>Whois::Answer</tt> may be composed by # one or more parts corresponding to all responses # returned by the WHOIS servers. # class Part < SuperStruct.new(:response, :host) end end end
Version data entries
26 entries across 26 versions & 1 rubygems