lib/wukong/runner.rb in wukong-3.0.1 vs lib/wukong/runner.rb in wukong-4.0.0

- old
+ new

@@ -1,8 +1,9 @@ require_relative("runner/code_loader") require_relative("runner/deploy_pack_loader") require_relative("runner/boot_sequence") +require_relative("runner/command_runner") module Wukong # A base class which handles # @@ -16,9 +17,10 @@ include Logging include CodeLoader include DeployPackLoader include BootSequence + include CommandRunner # The settings object that will be configured and booted from. # All plugins will configure this object. attr_accessor :settings