lib/humanize-bytes.rb in humanize-bytes-2.1.0 vs lib/humanize-bytes.rb in humanize-bytes-2.2.0
- old
+ new
@@ -2,6 +2,11 @@
autoload :Bytes, 'humanize/bytes'
autoload :Byte, 'humanize/byte'
autoload :Kilo, 'humanize/kilo'
autoload :Mega, 'humanize/mega'
autoload :Giga, 'humanize/giga'
+ autoload :Tera, 'humanize/tera'
+ autoload :Peta, 'humanize/peta'
+ autoload :Exa, 'humanize/exa'
+ autoload :Zetta, 'humanize/zetta'
+ autoload :Yotta, 'humanize/yotta'
end
\ No newline at end of file