Method: ProcessExecuter::Options::SpawnOptions#stderr_redirection_value

Defined in:
lib/process_executer/options/spawn_options.rb

#stderr_redirection_valueObject

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

Returns:

  • (Object)

101
102
103
# File 'lib/process_executer/options/spawn_options.rb', line 101

def stderr_redirection_value
  options[stderr_redirection_key]
end