Method: Forall::Counter#label!

Defined in:
lib/forall/counter.rb

#label!(*names) ⇒ Object



33
34
35
36
37
# File 'lib/forall/counter.rb', line 33

def label!(*names)
  names.each do |x|
    @labels[x] += 1
  end
end