Method: ShellWrapper#path_separator

Defined in:
lib/shellutils/shell_wrapper.rb

#path_separatorObject



142
143
144
# File 'lib/shellutils/shell_wrapper.rb', line 142

def path_separator
	windows? ? ';' : ':'
end