# File lib/filesize.rb, line 93
  def +(other)
    self.class.new(@bytes + other.to_i, @type)
  end