method
tee
tee(file)
public
Hide source
# File lib/shell/command-processor.rb, line 329 def tee(file) Tee.new(@shell, file) end