Methods

Files

Class/Module Index [+]

Quicksearch

Whois::Server::Adapters::Arpa

Public Instance Methods

request(string) click to toggle source
# File lib/whois/server/adapters/arpa.rb, line 16
def request(string)
  record = Server.guess(inaddr_to_ip(string)).lookup(string)
  part   = record.parts.first
  buffer_append part.body, part.host
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.