class ProgressBar::Components::Time

def estimated_with_label(out_of_bounds_time_format = nil)

def estimated_with_label(out_of_bounds_time_format = nil)
  "#{ESTIMATED_LABEL}: #{estimated(out_of_bounds_time_format)}"
end