method

input=

ruby latest stable - Class: Shell::SystemCommand
input=(inp)
public

No documentation available.

# File lib/shell/system-command.rb, line 42
    def input=(inp)
      super
      if active?
        start_export
      end
    end