Skip to content

Instantly share code, notes, and snippets.

@jlogsdon
Created April 2, 2012 20:55
Show Gist options
  • Save jlogsdon/2287138 to your computer and use it in GitHub Desktop.
Save jlogsdon/2287138 to your computer and use it in GitHub Desktop.
foo = Hash.new("Hello")
foo[:bar] << ' World'
foo[:baz] == "Hello World"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment