Skip to content

Instantly share code, notes, and snippets.

@vvs
Created April 7, 2010 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vvs/358714 to your computer and use it in GitHub Desktop.
Save vvs/358714 to your computer and use it in GitHub Desktop.
io = IO.popen('yes', 'r')
io.gets
io.close
p "after"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment