Sha256: 2f4239f96738ad03f0d7382a1a952da689b7a05dbe2d65e47e074d9486f3a38b
Contents?: true
Size: 363 Bytes
Versions: 1
Compression:
Stored size: 363 Bytes
Contents
module Humanize 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
humanize-bytes-2.2.0 | lib/humanize-bytes.rb |