Method: Expedite::Action::Boot#setup
- Defined in:
- lib/expedite/action/boot.rb
#setup(streams) ⇒ Object
STDOUT, STDERR, STDIN, log, child_socket
20 21 22 23 |
# File 'lib/expedite/action/boot.rb', line 20 def setup(streams) @log_file = streams[3] @child_socket = streams[4] end |