Method: Windows::File#path_split

Defined in:
lib/beaker/host/windows/file.rb

#path_split(paths) ⇒ Object



39
40
41
# File 'lib/beaker/host/windows/file.rb', line 39

def path_split(paths)
  paths.split(';')
end