# File data/examples/ruby/Borges/SushiNet/StoreSession.rb, line 22
  def has_cart?
    return (not @cart.empty?)
  end