Évaluez le code Ruby à l'intérieur du filtre HTML: CSS

- my_color = "#0000ff"
:css
 .my-class {
   background-color: #{my_color};
 }
SAMER SAEID