Skip to content

Instantly share code, notes, and snippets.

@jugyo
Created January 3, 2009 15:41
Show Gist options
  • Save jugyo/42885 to your computer and use it in GitHub Desktop.
Save jugyo/42885 to your computer and use it in GitHub Desktop.
require 'readline'
Thread.new do
while true
puts 'hoge'
sleep 1
end
end
while buf = Readline.readline("", true)
puts buf
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment