lib/tty/progressbar/formatter/byte_rate.rb in tty-progressbar-0.11.0 vs lib/tty/progressbar/formatter/byte_rate.rb in tty-progressbar-0.12.0
- old
+ new
@@ -1,5 +1,6 @@
-# coding: utf-8
+# encoding: utf-8
+# frozen_string_literal: true
require_relative '../converter'
module TTY
class ProgressBar