Skip to content

Instantly share code, notes, and snippets.

@abrahamsangha
Created June 3, 2013 20:22
Show Gist options
  • Save abrahamsangha/5701067 to your computer and use it in GitHub Desktop.
Save abrahamsangha/5701067 to your computer and use it in GitHub Desktop.
def addition item
@list[item] ? @list[item] += 1 : @list[item] = 1
@list
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment