# File lib/whois.rb, line 53
  def self.query(qstring)
    Client.new.query(qstring)
  end