Thursday, May 23, 2013

Re: [Rails] Re: Skip index in array.each_with_index loop

use `next if (i % 10 != 0)`

-- 
Dheeraj Kumar

On Thursday 23 May 2013 at 3:25 PM, Ajit Teli wrote:

Dear Dheeraj,

Thanks for your reply.

The statement `next` will increment the index by 1. But I want to
increment the index by 10.

Thanks,

--

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/A8D33CB871B241E29949158562D87EE8%40gmail.com?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment