# File lib/ruby-progressbar/components/time.rb, line 38
  def estimated_with_unknown_oob
    self.out_of_bounds_time_format = :unknown

    estimated_with_elapsed_fallback
  end