Class: LSL::ExecutionStrategy::Shell

Inherits:
Base show all
Defined in:
lib/lsl.rb

Instance Method Summary collapse

Instance Method Details

#call(cmd) ⇒ Object



45
46
47
48
# File 'lib/lsl.rb', line 45

def call(cmd)
  str = "#{cmd.ex} " + cmd.args.join(" ")
  `#{str}`
end