Skip to content

Instantly share code, notes, and snippets.

@hokkai7go
Created July 24, 2012 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save hokkai7go/3168277 to your computer and use it in GitHub Desktop.
Save hokkai7go/3168277 to your computer and use it in GitHub Desktop.
It is used to decide where I travel
require 'yaml'
destinations = YAML.load(ARGF.read())
p destinations.sample
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment