Method: Windows::File#path_split

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

#path_split(paths) ⇒ Object



72
73
74
# File 'lib/beaker/host/windows/file.rb', line 72

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