= private = protected
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