Publish a list of files to an existing remote directory.
Create a publisher using the give host information.
# File lib/rake/contrib/publisher.rb, line 62 62: def initialize(host, remote_dir, local_dir, *files) 63: @host = host 64: @remote_dir = remote_dir 65: @local_dir = local_dir 66: @files = files 67: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.