Skip to content

Instantly share code, notes, and snippets.

@chef
Forked from krisr/gist:298598
Created February 8, 2010 22:16
Show Gist options
  • Save chef/298642 to your computer and use it in GitHub Desktop.
Save chef/298642 to your computer and use it in GitHub Desktop.
set[:foo] = [{},{}]
foo.each do |foo|
foo[:name] = 3
end
set[:foo] = [{},{}]
foo.each do |thing|
thing[:name] = 3
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment