Method: ReservedNames::Win32::Process#initialize
- Defined in:
- lib/chef/win32/process.rb
#initialize(handle) ⇒ Process
Returns a new instance of Process.
33 34 35 |
# File 'lib/chef/win32/process.rb', line 33 def initialize(handle) @handle = handle end |