# File lib/thinking_sphinx/deltas.rb, line 25
  def self.suspend(reference, &block)
    suspend!
    yield
    resume!

    config.indices_for_references(reference).each do |index|
      index.delta_processor.index index if index.delta?
    end
  end