understanding map(&:) ruby code example Example: ruby map array = [0, 1, 2] array.map { |number| number }