d = "some string"d = d.upcase()# d is "SOME STRING"puts "d is #{d}"d = 3.14s = d.to_sputs "s is '#{s}'"