Skip to content

Instantly share code, notes, and snippets.

@hinrik
Created December 31, 2016 15:49
Show Gist options
  • Save hinrik/eb9f28d7bfe2be521beede2c3f948fcc to your computer and use it in GitHub Desktop.
Save hinrik/eb9f28d7bfe2be521beede2c3f948fcc to your computer and use it in GitHub Desktop.
# can I shorten this? e.g. something like $hash{key}++ in Perl
if hash["foo"].has_key?(3)
hash["foo"][3] += 1
else
hash["foo"][3] = 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment