| Class | Shell::Cat |
| In: |
lib/shell/builtin-command.rb
|
| Parent: | BuiltInCommand |
# File lib/shell/builtin-command.rb, line 40
40: def initialize(sh, *filenames)
41: super sh
42: @cat_files = filenames
43: end