method
tee
ruby latest stable - Class:
Shell ::CommandProcessor
tee(file)public
Returns a Tee filter object, with the given file command
# File lib/shell/command-processor.rb, line 331
def tee(file)
Tee.new(@shell, file)
end tee(file)Returns a Tee filter object, with the given file command
# File lib/shell/command-processor.rb, line 331
def tee(file)
Tee.new(@shell, file)
end