When we have to do some operations on a collection in ruby, we use map or collect method. The return value is an array of return values of operation done on each corresponding element from input collection. In this video we will understand the use map method through example