# File lib/rubygems/platform.rb, line 120 def ==(other) self.class === other and to_a == other.to_a end