method
tee
v1_9_3_392 -
Show latest stable
- Class:
Shell::CommandProcessor
tee(file)public
No documentation available.
# File lib/shell/command-processor.rb, line 329
def tee(file)
Tee.new(@shell, file)
end tee(file)No documentation available.
# File lib/shell/command-processor.rb, line 329
def tee(file)
Tee.new(@shell, file)
end