Method: StatisticsHelper::Statistics#initialize
- Defined in:
- lib/helpers/statistics.rb
#initialize ⇒ Statistics
Returns a new instance of Statistics.
17 18 19 |
# File 'lib/helpers/statistics.rb', line 17 def initialize @statistics = Series.new end |