Method: Bundler::CLI::Binstubs#initialize
- Defined in:
- lib/bundler/cli/binstubs.rb
#initialize(options, gems) ⇒ Binstubs
Returns a new instance of Binstubs.
6 7 8 9 |
# File 'lib/bundler/cli/binstubs.rb', line 6 def initialize(, gems) = @gems = gems end |