# File wm.rb, line 169
    def [] *args
      child = super

      if child.respond_to? :path
        child = @childClass.new(child.path)
      end

      child
    end