Method: Bundler::CLI::Binstubs#initialize
- Defined in:
- lib/bundler/cli/binstubs.rb
permalink #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) @options = @gems = gems end |