Libraries
»
beaker
(2.3.0)
»
Index
»
Unix
»
File
»
#path_split
Method: Unix::File#path_split
Defined in:
lib/beaker/host/unix/file.rb
#
path_split
(paths) ⇒
Object
12 13 14
# File 'lib/beaker/host/unix/file.rb', line 12
def
path_split
(
paths
)
paths
.
split
(
'
:
'
)
end