Class: EventMachine::FS::RsyncCommand

Inherits:
EM::FS::Command
  • Object
show all
Defined in:
lib/em-fs/fs/rsync_command.rb

Instance Method Summary collapse

Constructor Details

#initializeRsyncCommand

Returns a new instance of RsyncCommand.



5
6
7
# File 'lib/em-fs/fs/rsync_command.rb', line 5

def initialize
  super 'rsync'
end