method
new
v1_8_7_72 -
Show latest stable
- Class:
Shell::AppendIO
new(sh, io, filter)public
No documentation available.
# File lib/shell/builtin-command.rb, line 95
def initialize(sh, io, filter)
super sh
@input = filter
@io = io
end