class Trenni::Query::Delegate

def append

def append
	if @index
		@current = @current.fetch(@index) do
			@current[@index] = []
		end
	end
	
	@index = @current.size
end