new(version)
No documentation available.
# File lib/rubygems/version.rb, line 196 def self.new version # :nodoc: return super unless Gem::Version == self @@all[version] ||= super end