method

new

ruby latest stable - Class: Shell::AppendIO
new(sh, io, filter)
public

No documentation available.

# File lib/shell/builtin-command.rb, line 88
    def initialize(sh, io, filter)
      super sh
      @input = filter
      @io = io
    end