# File lib/ruby-progressbar/outputs/non_tty.rb, line 38
  def eol
    bar.stopped? ? "\n" : ''
  end