Method: Aix::File#path_split

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

#path_split(paths) ⇒ Object



12
13
14
# File 'lib/beaker/host/aix/file.rb', line 12

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