map on hash rails code example Example: ruby map array array = ["a", "b", "c"] array.map { |string| string.upcase } # ["A", "B", "C"]