In Ruby we have methods like string.upcase which returns a new string and string.upcase! which modifies the string that called it. In Ruby we have methods like string.upcase whic
In Ruby we have methods like string.upcase which returns a new string and string.upcase! which modifies the string that called it. In Ruby we have methods like string.upcase whic