class ProgressBar::Components::Time
def estimated_with_elapsed_fallback(out_of_bounds_time_format)
def estimated_with_elapsed_fallback(out_of_bounds_time_format) return elapsed_with_label if progress.finished? estimated_with_label(out_of_bounds_time_format) end