From 64cd85cbff876f700b726bd844951cb506cf12bc Mon Sep 17 00:00:00 2001 From: jordanbreen28 Date: Mon, 8 Jul 2024 15:17:24 +0000 Subject: [PATCH] (bug) - Fix undefined method for PDK::Util --- lib/pdk/util.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pdk/util.rb b/lib/pdk/util.rb index 9b8e7de2d..6c5c17dee 100644 --- a/lib/pdk/util.rb +++ b/lib/pdk/util.rb @@ -32,6 +32,7 @@ module Util def exit_process(exit_code) exit exit_code end + module_function :exit_process # :nocov: # Searches upwards from current working directory for the given target file.