Skip to content

Instantly share code, notes, and snippets.

@andion
Created July 21, 2010 14:50
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 andion/484587 to your computer and use it in GitHub Desktop.
Save andion/484587 to your computer and use it in GitHub Desktop.
%w(won won won won won won LOST).inject(%w(lucas asis oscar adrian alejo marcos david)) {|acc,s| puts [acc.delete_at(rand(acc.length)),s].join(' ');sleep 3 if acc.length > 1; acc}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment