Class: Contrek::Concurrent::HorizontalMerger
- Defined in:
- lib/contrek/finder/concurrent/horizontal_merger.rb
Instance Attribute Summary
Attributes included from Poolable
Attributes inherited from Finder
Instance Method Summary collapse
Methods inherited from Merger
Methods included from Poolable
#enqueue!, #initialize, #wait!
Methods inherited from Finder
Constructor Details
This class inherits a constructor from Contrek::Concurrent::Merger
Instance Method Details
#add_tile(result) ⇒ Object
4 5 6 7 |
# File 'lib/contrek/finder/concurrent/horizontal_merger.rb', line 4 def add_tile(result) translate(result, @current_x) super end |