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