# File lib/pathname.rb, line 836
def
split
()
File
.
split
(
@path
).
map
{
|
f
|
self
.
class
.
new
(
f
) }
end