# File lib/rubytorrent/controller.rb, line 38 def inc(i) @m.synchronize do @pop[i.to_i] += 1 @num_changed += 1 end end