String Ruby

greet = "Hello, myValue!"
greet.freeze
greet.concat("!") # => TypeError: can't modify frozen string