Oppinions on map vs collect



I've been using collect in all my programs up till now, and I recently discovered that the map function is equivalent. My question is, (and I know that it really doesn't matter), which is more correct to use if you're trying to stick to doing things ruby's way? What do people on this newsgroup generally prefer using?

Thanks in advance for you oppinions.
.


Loading