tags:

views:

67

answers:

2

Hi guys,

I am currently learning Ruby and I am wondering whether you guys can suggest some medium to difficult iterators to implemet?

Thanks

A: 

Try mastering Enumerable.inject. It's a really helpful method that reduces LOC.

Preston Marshall
+1  A: 

There are http://rubyquiz.com/ and more generic http://projecteuler.net/. You will find different exercises in them that you can solve using iterators, recursion, or something else.

floatless
thats it. just th esite that i want
denniss