method

new

v1_9_3_392 - Show latest stable - Class: Shell::AppendFile
new(sh, to_filename, filter)
public

No documentation available.

# File lib/shell/builtin-command.rb, line 117
    def initialize(sh, to_filename, filter)
      @file_name = to_filename
      io = sh.open(to_filename, "a")
      super(sh, io, filter)
    end