Method: MetricFu::StatsGrapher#initialize

Defined in:
lib/graphs/stats_grapher.rb

#initializeStatsGrapher

Returns a new instance of StatsGrapher.



8
9
10
11
12
# File 'lib/graphs/stats_grapher.rb', line 8

def initialize
  super
  self.loc_counts = []
  self.lot_counts = []
end