Method: Sunspot::Batcher#initialize

Defined in:
lib/sunspot/batcher.rb

#initializeBatcher

Returns a new instance of Batcher.



23
24
25
# File 'lib/sunspot/batcher.rb', line 23

def initialize
  @stack = []
end