lib/vos/drivers/local.rb in vos-0.1.0 vs lib/vos/drivers/local.rb in vos-0.1.1
- old
+ new
@@ -31,8 +31,14 @@
[wait_thread.value.to_i, stdout_and_stderr.read]
end
return code, stdout_and_stderr
end
+
+
+ #
+ # Other
+ #
+ def to_s; '' end
end
end
end
\ No newline at end of file