Class: EventMachine::FS::RsyncCommand
- Inherits:
-
EM::FS::Command
- Object
- EM::FS::Command
- EventMachine::FS::RsyncCommand
- Defined in:
- lib/em-fs/fs/rsync_command.rb
Instance Method Summary collapse
-
#initialize ⇒ RsyncCommand
constructor
A new instance of RsyncCommand.
Constructor Details
#initialize ⇒ RsyncCommand
Returns a new instance of RsyncCommand.
5 6 7 |
# File 'lib/em-fs/fs/rsync_command.rb', line 5 def initialize super 'rsync' end |