class Filesize
filesize
0.2.0
# +
(Filesize)
def +(other) self.class.new(@bytes + other.to_i, @type) end