Method: Sunspot::Batcher#initialize
- Defined in:
- lib/sunspot/batcher.rb
#initialize ⇒ Batcher
Returns a new instance of Batcher.
23 24 25 |
# File 'lib/sunspot/batcher.rb', line 23 def initialize @stack = [] end |
Returns a new instance of Batcher.
23 24 25 |
# File 'lib/sunspot/batcher.rb', line 23 def initialize @stack = [] end |