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