-
-
Save hinrik/eb9f28d7bfe2be521beede2c3f948fcc 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
# 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