class Bundler::CLI::Exec
def initialize(options, args)
def initialize(options, args) @options = options @cmd = args.shift @args = args @args << { :close_others => !options.keep_file_descriptors? } unless Bundler.current_ruby.jruby? end
def initialize(options, args) @options = options @cmd = args.shift @args = args @args << { :close_others => !options.keep_file_descriptors? } unless Bundler.current_ruby.jruby? end