class SshDirPublisher

def initialize(host, remote_dir, local_dir)

:nodoc: all
SSH.
Publish an entire directory to an existing remote directory using
--
TODO: Remove in Rake 11, duplicated
def initialize(host, remote_dir, local_dir)
  @host = host
  @remote_dir = remote_dir
  @local_dir = local_dir
end