Skip to content

Instantly share code, notes, and snippets.

@ganmacs
Created July 8, 2014 14:02
Show Gist options
  • Save ganmacs/949b6f34d5613005da10 to your computer and use it in GitHub Desktop.
Save ganmacs/949b6f34d5613005da10 to your computer and use it in GitHub Desktop.
Hash#sortの返り値がArrayなのでどうにかする
a = {c: 3, b: 2, dd: 5, a: 1}
p a.sort.to_h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment