module Pathutil::Helpers
class Pathutil
pathutil
0.4.1
# split
def split File.split(@path).collect! do |path| self.class.new(path) end end