Оценить код Ruby внутри HTML: CSS Filter

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