Method: Fairy::SegSplit#initialize
- Defined in:
- lib/fairy/client/seg-split.rb
#initialize(fairy, opts, n) ⇒ SegSplit
Returns a new instance of SegSplit.
17 18 19 20 21 |
# File 'lib/fairy/client/seg-split.rb', line 17 def initialize(fairy, opts, n) super @no_split = n @opts = opts end |