Class: Bud::Sum
Overview
:nodoc: all
Instance Method Summary (collapse)
Methods inherited from Agg
Instance Method Details
- (Object) trans(the_state, val)
149 150 151 |
# File 'lib/bud/aggs.rb', line 149 def trans(the_state, val) return the_state + val, nil end |