= private = protected
system_path=(path)
Sets the system path (the Shell instance’s PATH environment variable).
path should be an array of directory name strings.
# File lib/shell.rb, line 205 def system_path=(path) @system_path = path rehash end