# File lib/ruby-progressbar/components/time.rb, line 44
  def estimated_with_friendly_oob
    self.out_of_bounds_time_format = :friendly

    estimated_with_elapsed_fallback
  end