Sha256: 153ca33b3bf4364f93ff8e8bd54289a609ca7be4449f332bb28d5b2e2b056ea7

Contents?: true

Size: 145 Bytes

Versions: 4

Compression:

Stored size: 145 Bytes

Contents

module EventMachine
  class FS
    class RsyncCommand < EM::FS::Command

      def initialize
        super 'rsync'
      end

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
em-fs-0.1.2 lib/em-fs/fs/rsync_command.rb
em-fs-0.1.1 lib/em-fs/fs/rsync_command.rb
em-fs-0.1.0 lib/em-fs/fs/rsync_command.rb
em-fs-0.0.1 lib/em-fs/fs/rsync_command.rb