Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 129 Bytes

File metadata and controls

8 lines (6 loc) · 129 Bytes

Ruby Misc Notes

Working directly with HAML

@hello = 'hi'
Haml::Engine.new('%h1 #{@hello} world').render(self)