Method: Bluepill::ProcessStatistics#record_event

Defined in:
lib/bluepill/process_statistics.rb

#record_event(event, reason) ⇒ Object



14
15
16
# File 'lib/bluepill/process_statistics.rb', line 14

def record_event(event, reason)
  events.push([event, reason, Time.now])
end