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