Skip to content

Instantly share code, notes, and snippets.

@vsizov
Created June 20, 2012 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vsizov/2958677 to your computer and use it in GitHub Desktop.
Save vsizov/2958677 to your computer and use it in GitHub Desktop.
if data[key]
data[key] += value
else
data[key] = value
end
data[key] = 0 unless data[key]
data[key] += value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment