# File lib/net/ssh/session_helpers.rb, line 17
def
chdir
(
path
)
run
(
"cd #{path}"
).
success?
end