lib/old/ssh.rb in vos-0.3.12 vs lib/old/ssh.rb in vos-0.3.13

- old
+ new

@@ -1,11 +1,11 @@ class Ssh attr_reader :config - - + + def setstat(path, options) remote do |sh, sftp| sftp.setstat! path, options end end - + end \ No newline at end of file