lib/bolt/transport/base.rb in bolt-0.25.0 vs lib/bolt/transport/base.rb in bolt-1.0.0

- old
+ new

@@ -1,7 +1,8 @@ # frozen_string_literal: true require 'logging' +require 'bolt/result' module Bolt module Transport # This class provides the default behavior for Transports. A Transport is # responsible for uploading files and running commands, scripts, and tasks