Class: WindowsProcess

Inherits:
Object
  • Object
show all
Defined in:
lib/windows_process.rb

Instance Method Summary collapse

Instance Method Details

#create(command) ⇒ Object



10
11
12
13
14
# File 'lib/windows_process.rb', line 10

def create(command)
  Process.create({
    :app_name => command
  })
end