Method: ProcessExecuter::Options::Base#to_h
- Defined in:
- lib/process_executer/options/base.rb
#to_h ⇒ Hash
A hash representation of the options
94 95 96 |
# File 'lib/process_executer/options/base.rb', line 94 def to_h @options.dup end |