Skip to content

Instantly share code, notes, and snippets.

@tomotaka
Created October 6, 2011 09:42
Show Gist options
  • Save tomotaka/1266980 to your computer and use it in GitHub Desktop.
Save tomotaka/1266980 to your computer and use it in GitHub Desktop.
# usage: ruby ./random-kun.rb aaa bbb ccc ddd
srand
puts ARGV[rand(ARGV.size)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment