Always raises a {Whois::ServerNotImplemented} exception.
@param [String] string @return [void]
@raise [Whois::ServerNotImplemented] For every request.
# File lib/whois/server/adapters/not_implemented.rb, line 23 def request(string) raise ServerNotImplemented, "The `#{host}' feature has not been implemented yet." end
Generated with the Darkfish Rdoc Generator 2.