1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/benchmark/etc/attribute_builder.haml
2015-11-29 19:31:35 +09:00

5 lines
129 B
Text

- h = { 'user' => { id: 1234, name: 'eagletmt' }, book_id: 5432 }
- c = %w[content active]
%span.book{data: h, class: c}
Book