default_system_path=(path)
public
Sets the system_path that new instances
of Shell should have as their initial
system_path.
path should be an array of directory name strings.
Show source
def default_system_path=(path)
@default_system_path = path
end