class TcpsnitchAnalyzer::ProportionStat

Public Class Methods

add_val(val) click to toggle source
# File lib/tcpsnitch_analyzer/proportion_stat.rb, line 6
def self.add_val(val)
  @@count += 1
  @@hash[val] += 1
end
print(options) click to toggle source