# File lib/capistrano/recipes/deploy/strategy/base.rb, line 42
          def method_missing(sym, *args, &block)
            if configuration.respond_to?(sym)
              configuration.send(sym, *args, &block)
            else
              super
            end
          end