module Humanize autoload :Bytes, 'humanize/bytes' autoload :Byte, 'humanize/byte' autoload :Kilo, 'humanize/kilo' autoload :Mega, 'humanize/mega' autoload :Giga, 'humanize/giga' end