Skip to content

Instantly share code, notes, and snippets.

@failshell
Created December 3, 2012 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save failshell/4195982 to your computer and use it in GitHub Desktop.
Save failshell/4195982 to your computer and use it in GitHub Desktop.
module Sherlock
class Whois < Whois::Client
def initialize
end
def query(domain)
logger = Sherlock::Logger.new
logger.info("Querying WHOIS for #{domain}")
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment