Method: Windows::File#path_split

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

#path_split(paths) ⇒ Object



37
38
39
# File 'lib/beaker/host/windows/file.rb', line 37

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