Method: PSWindows::File#path_split

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

#path_split(paths) ⇒ Object



14
15
16
# File 'lib/beaker/host/pswindows/file.rb', line 14

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