# File lib/capistrano/recipes/deploy/strategy/base.rb, line 24
        def deploy!
          raise NotImplementedError, "`deploy!' is not implemented by #{self.class.name}"
        end