# File lib/rhc/output_helpers.rb, line 120
    def display_cart_scaling_info(cart)
      say_table \
        "Scaling Info",
        get_properties(cart,:current_scale,:scales_from,:scales_to)
    end