Простые типы / Строки

fontSize = 14
fontFamily = "Arial"
style = "font-size: #{fontSize};" + 
    " font-family: \"#{fontFamily}\""
# style is "font-size: 14; font-family: "Arial""

puts "style is \"#{style}\""