Skip to content

Instantly share code, notes, and snippets.

@sferik
Created August 20, 2011 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sferik/1158496 to your computer and use it in GitHub Desktop.
Save sferik/1158496 to your computer and use it in GitHub Desktop.
ruby-1.9.2-head :001 > a = {}
=> {}
ruby-1.9.2-head :002 > a["☃"] = 1
=> 1
ruby-1.9.2-head :003 > a
=> {"☃"=>1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment