Method: Bundler::CLI::Binstubs#initialize

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

#initialize(options, gems) ⇒ Binstubs

Returns a new instance of Binstubs.

[View source]

6
7
8
9
# File 'lib/bundler/cli/binstubs.rb', line 6

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