method

input=

input=(filter)
public

No documentation available.

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