Method: Bundler::CLI::Remove#initialize

Defined in:
lib/bundler/cli/remove.rb

#initialize(gems, options) ⇒ Remove

Returns a new instance of Remove.

[View source]

5
6
7
8
# File 'lib/bundler/cli/remove.rb', line 5

def initialize(gems, options)
  @gems = gems
  @options = options
end