# File lib/thinking_sphinx/hooks/guard_presence.rb, line 8
  def initialize(configuration = nil, stream = STDERR)
    @configuration = configuration || ThinkingSphinx::Configuration.instance
    @stream        = stream
  end