Top Level Namespace
Defined Under Namespace
Instance Method Summary collapse
Instance Method Details
#devpack_exec(args) ⇒ Object
26 27 28 29 |
# File 'lib/devpack/exec.rb', line 26 def devpack_exec(args) = Bundler::Thor::CoreExt::HashWithIndifferentAccess.new({ 'keep_file_descriptors' => true }) Bundler::CLI::Exec.new(, args).run end |