# File lib/net/ssh/session_helpers.rb, line 30
      def capture(command)
        run(command).output.strip
      end