# File lib/capistrano/recipes/deploy/strategy/remote_cache.rb, line 19 def check! super.check do |d| d.remote.writable(shared_path) end end