# File lib/fssm/pathname.rb, line 172 def to_a array = to_s.split(File::SEPARATOR) array.delete('') array.insert(0, ROOT) if absolute? array end