Evaluasi Kode Ruby di dalam HTML: Filter CSS

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