lib/progress_bar.rb in progress_bar-1.3.2 vs lib/progress_bar.rb in progress_bar-1.3.3
- old
+ new
@@ -22,10 +22,10 @@
@last_write = ::Time.at(0)
@start = ::Time.now
@hl = HighLine.new
@terminal_width = 80
- @last_width_adjustment = Time.at(0)
+ @last_width_adjustment = ::Time.at(0)
end
def increment!(count = 1)
@count += count
now = ::Time.now