mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
8 lines
105 B
Text
8 lines
105 B
Text
%p
|
|
@foo =
|
|
= @foo
|
|
- @foo = 'value three'
|
|
== Toplevel? #{haml_buffer.toplevel?}
|
|
%p
|
|
@foo =
|
|
= @foo
|