Comments on: Mastering Ruby Arrays http://www.blackbytes.info/2015/05/ruby-arrays/ Ruby Programming Tutorials Wed, 09 Mar 2016 15:12:33 +0000 hourly 1 http://wordpress.org/?v=4.3.3 By: Sanju http://www.blackbytes.info/2015/05/ruby-arrays/#comment-391 Sat, 18 Jul 2015 16:23:34 +0000 http://www.blackbytes.info/?p=1873#comment-391 Nice Article :)

]]>
By: Igor Zhivilo http://www.blackbytes.info/2015/05/ruby-arrays/#comment-373 Mon, 11 May 2015 08:34:16 +0000 http://www.blackbytes.info/?p=1873#comment-373 good post, didn’t know about ‘numbers.take 3’ method, thanks

]]>
By: Jesus Castello http://www.blackbytes.info/2015/05/ruby-arrays/#comment-372 Thu, 07 May 2015 10:58:34 +0000 http://www.blackbytes.info/?p=1873#comment-372 Yeah, I love Ruby! Thanks for your comment :)

]]>
By: Jim OKelly (@rubycastsio) http://www.blackbytes.info/2015/05/ruby-arrays/#comment-371 Thu, 07 May 2015 03:21:46 +0000 http://www.blackbytes.info/?p=1873#comment-371 Wait to you get into any? none? each_cons and each_slice :)

Isn’t ruby an awesome language? Great write up, keep them coming!

]]>
By: richard (@richardkmichael) http://www.blackbytes.info/2015/05/ruby-arrays/#comment-370 Wed, 06 May 2015 23:53:58 +0000 http://www.blackbytes.info/?p=1873#comment-370 #each_with_index, #each_with_object and #zip, all from Enumerable, are often helpful with arrays. Most people seem unaware of #zip, in particular.

]]>