def [](name)
      path = path.to_s
      i = path.index('/')
      if i
        item = @items[path[0...i]]