Source: show | on GitHub
# File lib/shell/builtin-command.rb, line 88 def initialize(sh, io, filter) super sh @input = filter @io = io end
# File lib/shell/builtin-command.rb, line 94 def input=(filter) @input.input=filter for l in @input @io << l end end