Method: Scripted::Output::CommandLogger#close
- Defined in:
- lib/scripted/output/command_logger.rb
#close ⇒ Object
33 34 35 36 37 38 |
# File 'lib/scripted/output/command_logger.rb', line 33 def close sync reader.exit write.close read.close end |