Created
March 27, 2015 21:03
-
-
Save nirvdrum/6f94b9b5596a81dc9f8a to your computer and use it in GitHub Desktop.
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
h = {} | |
20.times do |i| | |
h[[i]] = { :"UTF-8" => true } | |
end | |
until h.empty? | |
key, value = h.shift | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment