Created
July 8, 2014 14:02
-
-
Save ganmacs/949b6f34d5613005da10 to your computer and use it in GitHub Desktop.
Hash#sortの返り値がArrayなのでどうにかする
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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