# File data/examples/ruby/Borges/SushiNet/StoreSession.rb, line 26
  def initialize
    @cart = Hash.new(0)
    @items = ITEM_LIST
  end