Module: Fairy::SegSplit::Interface
- Defined in:
- lib/fairy/client/seg-split.rb
Instance Method Summary collapse
Instance Method Details
#seg_split(n, opts = nil) ⇒ Object
8 9 10 11 12 |
# File 'lib/fairy/client/seg-split.rb', line 8 def seg_split(n, opts=nil) splitter = SegSplit.new(@fairy, opts, n) splitter.input = self splitter end |