method

new

v1_8_7_72 - Show latest stable - Class: Shell::Cat
new(sh, *filenames)
public

No documentation available.

# File lib/shell/builtin-command.rb, line 40
    def initialize(sh, *filenames)
      super sh
      @cat_files = filenames
    end