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