method

new

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

No documentation available.

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