# File data/examples/ruby/Borges/SushiNet/StoreSession.rb, line 5 def add_to_cart(item) @cart[item] += 1 end