Method: Scripted::Output::CommandLogger#sync

Defined in:
lib/scripted/output/command_logger.rb

#syncObject



27
28
29
30
31
# File 'lib/scripted/output/command_logger.rb', line 27

def sync
  read.sync
  write.sync
  sleep 0.01
end