Method: Tagregate::Count#initialize
- Defined in:
- lib/tagregate/count.rb
#initialize(step_mother, io, options) ⇒ Count
Returns a new instance of Count.
3 4 5 6 |
# File 'lib/tagregate/count.rb', line 3 def initialize(step_mother, io, ) @io = io @aggregate = {} end |