Sha256: 782aff06d87755fb885e0f4b2d2f5ccc6af65c4b6331ecc468031b1f18c17d98
Contents?: true
Size: 540 Bytes
Versions: 4
Compression:
Stored size: 540 Bytes
Contents
# # = Ruby Whois # # An intelligent pure Ruby WHOIS client. # # # Category:: Net # Package:: Whois # Author:: Simone Carletti <weppos@weppos.net> # License:: MIT License # #-- # #++ module Whois class Server module Adapters class Web < Base def request(qstring) raise WebInterfaceError, "This TLD has no whois server, " + "but you can access the whois database at `#{options[:web]}'" end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
whois-0.5.3 | lib/whois/server/adapters/web.rb |
whois-0.5.2 | lib/whois/server/adapters/web.rb |
whois-0.5.0 | lib/whois/server/adapters/web.rb |
whois-0.5.1 | lib/whois/server/adapters/web.rb |