# File lib/rfuzz/session.rb, line 89 89: def count(stat,count=1) 90: cur_count[stat] ||= 0 91: cur_count[stat] += count 92: end