Skip to content

Instantly share code, notes, and snippets.

@nirvdrum
Created March 27, 2015 21:03
Show Gist options
  • Save nirvdrum/6f94b9b5596a81dc9f8a to your computer and use it in GitHub Desktop.
Save nirvdrum/6f94b9b5596a81dc9f8a to your computer and use it in GitHub Desktop.
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