Flowdock
method

new

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: Version
new(version) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/version.rb, line 196
  def self.new version # :nodoc:
    return super unless Gem::Version == self

    @@all[version] ||= super
  end
Register or log in to add new notes.