Flowdock
method

new

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: LockSpecification
new(set, name, version, sources, platform) public

No documentation

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

Hide source
# File lib/rubygems/resolver/lock_specification.rb, line 12
  def initialize set, name, version, sources, platform
    super()

    @name     = name
    @platform = platform
    @set      = set
    @source   = sources.first
    @sources  = sources
    @version  = version

    @dependencies = []
    @spec         = nil
  end
Register or log in to add new notes.