# File lib/chef/search/query.rb, line 33 def initialize(url=nil) @rest = Chef::REST.new(url ||Chef::Config[:search_url]) end