method
new
v2_6_3 -
Show latest stable
- Class:
Bundler::CLI::Update
new(options, gems)public
No documentation available.
# File lib/bundler/cli/update.rb, line 6
def initialize(options, gems)
@options = options
@gems = gems
end