# File lib/rhc/output_helpers.rb, line 126
    def display_cart_storage_info(cart, title="Storage Info")
      say_table \
        title,
        get_properties(cart,:base_gear_storage,:additional_gear_storage)
    end