&: ruby what is code example Example 1: ruby &: ar.map(&:reverse) Example 2: ruby &: ar.map { |element| element.reverse }