:nodoc:
203 204 205 206 207
# File 'lib/rubygems/version.rb', line 203 def self.new(version) # :nodoc: return super unless self == Gem::Version @@all[version] ||= super end