# File lib/rhc/output_helpers.rb, line 61 def display_included_carts(carts) carts.each do |c| section(:bottom => 1) do display_cart(c) end end end