Don’t use an Enumerator. It gets expensive.
Instead use a while and increment your variable.
http://stackoverflow.com/questions/9930851/how-to-skip-a-few-iterations-in-a-loop-in-ruby
Don’t use an Enumerator. It gets expensive.
Instead use a while and increment your variable.
http://stackoverflow.com/questions/9930851/how-to-skip-a-few-iterations-in-a-loop-in-ruby