Methods

Files

Class/Module Index [+]

Quicksearch

Whois::Server::Adapters::NotImplemented

Public Instance Methods

request(string) click to toggle source

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.