# File lib/thinking_sphinx/middlewares/sphinxql.rb, line 11 def call(contexts) contexts.each do |context| Inner.new(context).call end app.call contexts end