33 34 35 36 37
# File 'lib/forall/counter.rb', line 33 def label!(*names) names.each do |x| @labels[x] += 1 end end