Class: Fairy::SegShuffle
- Defined in:
- lib/fairy/client/seg-shuffle.rb
Defined Under Namespace
Modules: Interface
Instance Method Summary collapse
- #backend_class_name ⇒ Object
-
#initialize(fairy, opts, block_source) ⇒ SegShuffle
constructor
A new instance of SegShuffle.
Methods inherited from IOFilter
Methods inherited from Filter
#backend, #backend=, #backend_class, #def_pool_variable
Constructor Details
#initialize(fairy, opts, block_source) ⇒ SegShuffle
Returns a new instance of SegShuffle.
25 26 27 28 29 |
# File 'lib/fairy/client/seg-shuffle.rb', line 25 def initialize(fairy, opts, block_source) super @block_source = block_source @opts = opts end |
Instance Method Details
#backend_class_name ⇒ Object
31 32 33 |
# File 'lib/fairy/client/seg-shuffle.rb', line 31 def backend_class_name "CSegShuffle" end |