259 260 261 262
# File 'lib/octopress-deploy/s3.rb', line 259 def pluralize(str, num) str << 's' if num != 1 str end