# File lib/rubygems/version.rb, line 213 def eql? other self.class === other and @version == other.version end