lib/taps/progress_bar.rb in taps-0.2.1 vs lib/taps/progress_bar.rb in taps-0.2.2
- old
+ new
@@ -15,10 +15,10 @@
def initialize (title, total, out = STDERR)
@title = title
@total = total
@out = out
@terminal_width = 80
- @bar_mark = "o"
+ @bar_mark = "="
@current = 0
@previous = 0
@finished_p = false
@start_time = Time.now
@previous_time = @start_time