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
22 23 24 |
# File 'lib/meta.rb', line 22 def haml(file) return Tilt.new("#{file}.haml").render end |