Skip to content

Instantly share code, notes, and snippets.

@ananfang
Created July 25, 2012 02:40
Show Gist options
  • Save ananfang/3174069 to your computer and use it in GitHub Desktop.
Save ananfang/3174069 to your computer and use it in GitHub Desktop.
Symbols in Ruby: String as Key
player1 = { 'name' => 'ananfang' }
player2 = { 'name' => 'fatandy' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment