# File lib/deep_test/distributed/rsync.rb, line 4 def self.sync(connection_info, options, destination) command = Args.new(connection_info, options).command(destination) DeepTest.logger.debug("rsycing: #{command}") successful = system command raise "RSync Failed!!" unless successful end
Generated with the Darkfish Rdoc Generator 2.