Method: Sunspot::Indexer#initialize

Defined in:
lib/sunspot/indexer.rb

#initialize(connection) ⇒ Indexer

:nodoc:



12
13
14
# File 'lib/sunspot/indexer.rb', line 12

def initialize(connection)
  @connection = connection
end