Top Level Namespace

Defined Under Namespace

Modules: Devpack, Timeable

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)
  options = Bundler::Thor::CoreExt::HashWithIndifferentAccess.new({ 'keep_file_descriptors' => true })
  Bundler::CLI::Exec.new(options, args).run
end