# File lib/net/ssh/session_helpers.rb, line 119
      def last_exit_code
        Integer(capture("echo $?"))
      end