method
tee
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
tee(file)
public
Hide source
# File lib/shell/command-processor.rb, line 329 def tee(file) Tee.new(@shell, file) end