Class: Fairy::Sort::PreSort
- Defined in:
- lib/fairy/client/sort.rb
Instance Method Summary collapse
- #backend_class_name ⇒ Object
-
#initialize(fairy, opts, block_source) ⇒ PreSort
constructor
A new instance of PreSort.
Methods inherited from IOFilter
Methods inherited from Filter
#backend, #backend=, #backend_class, #def_pool_variable
Constructor Details
#initialize(fairy, opts, block_source) ⇒ PreSort
Returns a new instance of PreSort.
25 26 27 28 |
# File 'lib/fairy/client/sort.rb', line 25 def initialize(fairy, opts, block_source) super @block_source = block_source end |
Instance Method Details
#backend_class_name ⇒ Object
30 31 32 |
# File 'lib/fairy/client/sort.rb', line 30 def backend_class_name "CSort::CPreSort" end |