Let "orig_env_path" return a copy of the path,

so users of the method can modify the value.
This commit is contained in:
Johan Holmberg
2011-08-28 20:53:32 +02:00
parent 3de169ea11
commit 02270c3aa9

View File

@ -187,7 +187,7 @@ module Cmdtest
end
def orig_env_path
@orig_env_path
@orig_env_path.dup
end
def set_env_path(path_arr)