Skip to content

Instantly share code, notes, and snippets.

@jacobat
Created July 13, 2014 07:29
Show Gist options
  • Save jacobat/bf3577a75354741e7fa8 to your computer and use it in GitHub Desktop.
Save jacobat/bf3577a75354741e7fa8 to your computer and use it in GitHub Desktop.
What's going on here?
$a = {}
3.times do
$a.fetch(:key) { puts "Fetch :key" ; :b }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment