1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/benchmark/attribute_builder.haml
2015-10-31 10:39:36 +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