Closed paul closed 3 years ago
It seems if you have another progress bar gem installed[1], the also use the ProgressBar namespace and declare a Time class within that namespace. If I use the unqualified Time instead of ::Time, then that other one gets picked up and doesn't work.
Time
::Time
Fixes #57
1: https://github.com/jfelchner/ruby-progressbar/blob/master/lib/ruby-progressbar/time.rb
Thanks @paul 💯
Released 1.3.3
It seems if you have another progress bar gem installed[1], the also use the ProgressBar namespace and declare a
Time
class within that namespace. If I use the unqualifiedTime
instead of::Time
, then that other one gets picked up and doesn't work.Fixes #57
1: https://github.com/jfelchner/ruby-progressbar/blob/master/lib/ruby-progressbar/time.rb