Method: FtgStats#initialize
- Defined in:
- lib/ftg/ftg_stats.rb
#initialize(only_last_day) ⇒ FtgStats
Returns a new instance of FtgStats.
6 7 8 9 10 |
# File 'lib/ftg/ftg_stats.rb', line 6 def initialize(only_last_day) load_data(only_last_day) crunch group end |