Method: Fairy::CGroupBy#initialize
- Defined in:
- lib/fairy/master/c-group-by.rb
#initialize(controller, opts, block_source) ⇒ CGroupBy
Returns a new instance of CGroupBy.
14 15 16 17 18 |
# File 'lib/fairy/master/c-group-by.rb', line 14 def initialize(controller, opts, block_source) super @hash_seed = controller.hash_seed end |