Method: MetricFu::FlayGrapher#initialize
- Defined in:
- lib/metric_fu/metrics/flay/grapher.rb
#initialize ⇒ FlayGrapher
Returns a new instance of FlayGrapher.
10 11 12 13 14 |
# File 'lib/metric_fu/metrics/flay/grapher.rb', line 10 def initialize super @flay_score = [] @labels = {} end |