Method: StatisticsHelper::Statistics#add

Defined in:
lib/helpers/statistics.rb

#add(statistic) ⇒ Object



21
22
23
# File 'lib/helpers/statistics.rb', line 21

def add(statistic)
  @statistics << statistic
end