method

new

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

No documentation available.

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