class Pathutil

def split

def split
  File.split(@path).collect! do |path|
    self.class.new(path)
  end
end