By dotCore
via learncodethehardway.org
Published: Aug 20 2012 / 11:02
I'm currently editing my Learn Ruby The Hard Way book and cleaning some things up here and there. In the process I've stumbled on what Rubyists call an "idiom", the use of .each to do loops instead of a for-loop.
Add your comment