root?()
Instance Public methods
Predicate method for root directories. Returns true
if the
pathname consists of consecutive slashes.
It doesn't access the filesystem. So it may return false
for some pathnames which points to roots such as /usr/..
.
Please login to continue.