Class: Synco::Command::Spawn

Inherits:
Samovar::Command
  • Object
show all
Defined in:
lib/synco/command/spawn.rb

Instance Method Summary collapse

Instance Method Details

#callObject



19
20
21
# File 'lib/synco/command/spawn.rb', line 19

def call
  Process.exec(*@argv)
end