method
concat
v1_9_3_392 -
Show latest stable
- Class:
Shell::CommandProcessor
concat(*jobs)public
No documentation available.
# File lib/shell/command-processor.rb, line 333
def concat(*jobs)
Concat.new(@shell, *jobs)
end