# File lib/more/facets/platform.rb, line 155
  def ==(other)
    self.class === other and
      @cpu == other.cpu and @os == other.os and @version == other.version
  end