module FakeFS::FileSystem

def path_parts(path)

def path_parts(path)
  Globber.path_components(path)
end