# File lib/filesize.rb, line 34 def initialize(size, type = BINARY) @bytes = size.to_i @type = type end