README.md in net-ssh-session-0.1.3 vs README.md in net-ssh-session-0.1.4
- old
+ new
@@ -45,9 +45,10 @@
session.capture('cat /etc/lsb-release')
# File helpers
session.file_exists?('/path')
session.directory_exists?('/path')
+session.symlink_exists?('/path')
session.read_file('/path')
# Process helpers
session.process_exists?(PID)
session.kill_process(PID) # => true
\ No newline at end of file