# File lib/thinking_sphinx/search/batch_inquirer.rb, line 4 def initialize(&block) @queries = [] yield self if block_given? end