Method: Bundler::CLI::List#initialize
- Defined in:
- lib/bundler/cli/list.rb
permalink #initialize(options) ⇒ List
Returns a new instance of List.
5 6 7 8 9 |
# File 'lib/bundler/cli/list.rb', line 5 def initialize() @options = @without_group = ["without-group"].map(&:to_sym) @only_group = ["only-group"].map(&:to_sym) end |