# File lib/fssm/pathname.rb, line 441 def split File.split(self).map {|part| FSSM::Pathname.new(part) } end