# File lib/capistrano/recipes/deploy/strategy/copy.rb, line 84 def copy_cache @copy_cache ||= configuration[:copy_cache] == true ? File.expand_path(configuration[:application], Dir.tmpdir) : File.expand_path(configuration[:copy_cache], Dir.pwd) rescue nil end