Method: Bundler::SpecSet#initialize
- Defined in:
- lib/bundler/spec_set.rb
#initialize(specs) ⇒ SpecSet
Returns a new instance of SpecSet.
10 11 12 |
# File 'lib/bundler/spec_set.rb', line 10 def initialize(specs) @specs = specs end |
Returns a new instance of SpecSet.
10 11 12 |
# File 'lib/bundler/spec_set.rb', line 10 def initialize(specs) @specs = specs end |