str = "This is a test. "str.freezebegin str << " Don't be alarmed." # Attempting to modifyrescue => err puts "#{err.class} #{err}"end# Output:# TypeError: can't modify frozen string