Integer passed into a string with interpolation : Convert to String « Number « Ruby
- Ruby
- Number
- Convert to String
Integer passed into a string with interpolation
x = 2
print "This application is running okay if 2 + 2 = #{x + x}"
Related examples in the same category