# File lib/thinking_sphinx/core/interpreter.rb, line 4
  def self.translate!(index, block)
    new(index, block).translate!
  end