lib/cms_scanner/numeric.rb in cms_scanner-0.0.41.10 vs lib/cms_scanner/numeric.rb in cms_scanner-0.0.42.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
# Hack of the Numeric class
class Numeric
# @return [ String ] A human readable string of the value
def bytes_to_human
units = %w[B KB MB GB TB]