Question from the Ruby test

What is the output of the following Ruby code? `numbers = [1, 2, 3, 4, 5]` `numbers.each { |n| puts n }` `numbers.map { |n| puts n }`