method
input=
v2_6_3 -
Show 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