class Console::Output::Terminal

def time_offset_prefix

def time_offset_prefix
	Clock.formatted_duration(Time.now - @start_at).rjust(6)
end