# File lib/rhc/rest/cartridge.rb, line 19
      def scalable?
        [scales_to,scales_from].map{|x| x > 1 || x == -1}.inject(:|)
      end