Method: ProcessExecuter::Options::SpawnOptions#spawn_options
- Defined in:
- lib/process_executer/options/spawn_options.rb
#spawn_options ⇒ Hash
Returns the options to be passed to Process.spawn
37 38 39 40 41 42 43 |
# File 'lib/process_executer/options/spawn_options.rb', line 37 def {}.tap do || .each do |option_key, value| [option_key] = value if include_spawn_option?(option_key, value) end end end |