Method: Vmstator::EventCounterStatistics#initialize

Defined in:
lib/vmstator/linux/event_counter_statistics.rb

#initialize(data = false) ⇒ EventCounterStatistics

Returns a new instance of EventCounterStatistics.



31
32
33
34
35
36
# File 'lib/vmstator/linux/event_counter_statistics.rb', line 31

def initialize(data=false)
  if data
    update(data)
  end
  true
end