| Class | Shell::Tee |
| In: |
lib/shell/builtin-command.rb
|
| Parent: | BuiltInCommand |
# File lib/shell/builtin-command.rb, line 127
127: def initialize(sh, filename)
128: super sh
129: @to_filename = filename
130: end