# File lib/childprocess/windows/process_builder.rb, line 7 def initialize(args) @args = args @inherit = false @detach = false @duplex = false @environment = nil @cwd = nil @stdout = nil @stderr = nil @stdin = nil @flags = 0 @cmd_ptr = nil @env_ptr = nil @cwd_ptr = nil end
Generated with the Darkfish Rdoc Generator 2.