This post originated from an RSS feed registered with Java Buzz
by Benjamin Booth.
Original Post: Ruby Arrays: select(), collect(), and map()
Feed Title: Table or Booth
Feed URL: http://benjaminbooth.typepad.com/tableorbooth/index.rdf
Feed Description: Software choices and a little on the aftermath.
As a former Java developer and new to the concept of blocks, these API options seem perplexing at first. They're not. All three take a block. How they use the block is what distinguishes them. You should read the RDoc...