Method: LSL::ExecutionStrategy::Shell#call
- Defined in:
- lib/lsl.rb
#call(cmd) ⇒ Object
45 46 47 48 |
# File 'lib/lsl.rb', line 45 def call(cmd) str = "#{cmd.ex} " + cmd.args.join(" ") `#{str}` end |
45 46 47 48 |
# File 'lib/lsl.rb', line 45 def call(cmd) str = "#{cmd.ex} " + cmd.args.join(" ") `#{str}` end |