method
new
v2_6_3 -
Show latest stable
- Class:
Bundler::Standalone
new(groups, definition)public
No documentation available.
# File lib/bundler/installer/standalone.rb, line 5
def initialize(groups, definition)
@specs = groups.empty? ? definition.requested_specs : definition.specs_for(groups.map(&:to_sym))
end