Skip to content

Instantly share code, notes, and snippets.

@smerritt
Created December 29, 2009 22:08
Show Gist options
  • Save smerritt/265650 to your computer and use it in GitHub Desktop.
Save smerritt/265650 to your computer and use it in GitHub Desktop.
torgomatic $ ruby --version
ruby 1.8.6 (2008-08-11 patchlevel 287) [universal-darwin9.0]
torgomatic $ irb
>> h = {}
=> {}
>> i = {}
=> {}
>> {h => 1, i => 2}
=> {{}=>2, {}=>1}
>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment