Flowdock
method

new

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: SshDirPublisher
new(host, remote_dir, local_dir) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rake/contrib/sshpublisher.rb, line 11
    def initialize(host, remote_dir, local_dir)
      @host = host
      @remote_dir = remote_dir
      @local_dir = local_dir
    end
Register or log in to add new notes.