Method: Statistic#initialize
- Defined in:
- lib/terrimporter/statistic.rb
#initialize ⇒ Statistic
Returns a new instance of Statistic.
4 5 6 7 |
# File 'lib/terrimporter/statistic.rb', line 4 def initialize @header = ["---SUMMARY Date: #{Time.now.strftime("%d.%m.%Y %H:%M:%S")}" ] self.statistics = {} end |