Skip to content

Instantly share code, notes, and snippets.

@yangsu
Created April 23, 2013 22:04
Show Gist options
  • Save yangsu/5447811 to your computer and use it in GitHub Desktop.
Save yangsu/5447811 to your computer and use it in GitHub Desktop.
Treasure Map Example
def treasure_map(v)
v = stagger(v)
v = stagger(v)
v = crawl(v)
return( v )
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment