Class: Ironment::Executor

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

Instance Method Summary collapse

Instance Method Details

#exec(command, *args) ⇒ Object



3
4
5
# File 'lib/ironment/executor.rb', line 3

def exec(command, *args)
  Kernel.exec command, *args
end