haml--haml/benchmark/dynamic_attributes/class_attribute.haml

5 lines
98 B
Plaintext

- hash = { class: %w[content active] }
.book{ hash }
- arr = %w[foo bar]
.book(class=arr){ hash }