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