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