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