Skip to content

Instantly share code, notes, and snippets.

@Supernats
Created May 6, 2014 18:54
Show Gist options
  • Save Supernats/c5130b4c15353a03dce8 to your computer and use it in GitHub Desktop.
Save Supernats/c5130b4c15353a03dce8 to your computer and use it in GitHub Desktop.
Thread.new do
loop do
`say i am a pretty pretty princess`
sleep(rand(500))
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment