# File lib/amazon/shoppingcart.rb, line 318 def [](asin) @items.find_all { |item| item.asin == asin } end