Skip to content

Instantly share code, notes, and snippets.

@KirinDave
Created July 9, 2011 18:15
Show Gist options
  • Save KirinDave/1073814 to your computer and use it in GitHub Desktop.
Save KirinDave/1073814 to your computer and use it in GitHub Desktop.
Thread.new {
sleep(1)
$stderr.puts ">> Baby threw up."
raise "Barf."
}
$stderr.puts ">> Mommy is listening to the monitor, but she is also drunk."
sleep(5)
$stderr.puts ">> Mommy never woke up."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment