Skip to content

Instantly share code, notes, and snippets.

@aitor
Created January 29, 2013 16:44
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 aitor/4665674 to your computer and use it in GitHub Desktop.
Save aitor/4665674 to your computer and use it in GitHub Desktop.
# Same result in 1.8.7 and all 1.9.x ruby versions.
> puts YAML.dump( :NO => "dew",:no => "Hey", 'no' => 12, :N => "we" )
---
"no": 12
:no: Hey
:NO: dew
:N: we
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment