fatsuperman.
Enumerable merging with Enumerable
Hello I have a function getObjects() and I have a large parameters list that I have to pass in blocks into this function in a loop. I have an Enumerable objects and if I run the loop the objects enumerable will be equal to the last result of the function, but I want it to be an Enumerable of all results of the loop. How to handle this?
8 replies