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