Top Level Namespace
Defined Under Namespace
Modules: Metc
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/metc.rb', line 20 def haml(file) return Tilt.new("#{file}.haml").render end |