method
input=
input=(filter)
public
Hide source
# File lib/shell/builtin-command.rb, line 110 def input=(filter) begin super ensure @io.close end end