# File lib/chef/win32/process.rb, line 51 def self.get_current_process Process.new(Handle.new(GetCurrentProcess())) end