# File lib/heroku/commands/app.rb, line 240 def quantify(string, num) "%d %s" % [ num, num.to_i == 1 ? string : "#{string}s" ] end