Method: CW::Winkey#echo

Defined in:
lib/cw/winkey.rb

#echoObject



98
99
100
101
102
# File 'lib/cw/winkey.rb', line 98

def echo
  puts 'echo test'
  write command :echo
  read 'Z'.ord, "echo success"
end