class Gem::Platform

def ==(other)

def ==(other)
  self.class === other && to_a == other.to_a
end