# File lib/pathutil.rb, line 412 def split File.split(@path).collect! do |path| self.class.new(path) end end