brainopia (owner)

Revisions

gist: 81211 Download_button fork
public
Public Clone URL: git://gist.github.com/81211.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
$ ruby key_tester.rb
Press a key to view the corresponding ASCII code(s) (or CTRL-X to exit).
=> key_tester.rb:18:in `to_s': wrong number of arguments(1 for 0) (ArgumentError)
from key_tester.rb:18:in `block in <main>'
from key_tester.rb:10:in `loop'
from key_tester.rb:10:in `<main>'