Libraries
»
beaker
(4.37.2)
»
Index
»
Aix
»
File
»
#path_split
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