# File lib/thinking_sphinx/indexing_strategies/all_at_once.rb, line 4
  def self.call(indices = [], &block)
    indices << '--all' if indices.empty?

    block.call indices
  end