Top Level Namespace
Defined Under Namespace
Modules: Meta
Instance Method Summary collapse
-
#haml(file) ⇒ Object
macro-like used to keep haml compatibility.
Instance Method Details
#haml(file) ⇒ Object
macro-like used to keep haml compatibility
20 21 22 |
# File 'lib/meta.rb', line 20 def haml(file) return Tilt.new("#{file}.haml").render end |