module Dynflow::ExecutionHistory::Event

Public Instance Methods

inspect() click to toggle source
# File lib/dynflow/execution_history.rb, line 14
def inspect
  "#{Time.at(time).utc}: #{name}".tap { |s| s << " @ #{world_id}" if world_id }
end