Skip to content

Instantly share code, notes, and snippets.

@cddr
Created February 25, 2013 23:15
Show Gist options
  • Save cddr/5034239 to your computer and use it in GitHub Desktop.
Save cddr/5034239 to your computer and use it in GitHub Desktop.
Testing daemons.....
MUM=["mom", "mommy", "mother", "mama"]
loop do
puts MUM.sample
sleep(1)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment