Class: Civu::Executor

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

Instance Method Summary collapse

Instance Method Details

#run(cmd) ⇒ Object



38
39
40
# File 'lib/civu.rb', line 38

def run(cmd)
  system(cmd)
end