Method: ProcessExecuter::Options::SpawnOptions#stderr_redirection_value
- Defined in:
- lib/process_executer/options/spawn_options.rb
#stderr_redirection_value ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Determine the value of the redirection option for stderr
101 102 103 |
# File 'lib/process_executer/options/spawn_options.rb', line 101 def stderr_redirection_value [stderr_redirection_key] end |