method

new

ruby latest stable - Class: Bundler::Standalone

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

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