# File lib/ruby-progressbar/outputs/tty.rb, line 27
  def eol
    bar.stopped? ? "\n" : "\r"
  end