Method: Windows::File#path_split

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

#path_split(paths) ⇒ Object



67
68
69
# File 'lib/beaker/host/windows/file.rb', line 67

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