module Haml::Helpers
def is_haml?
-
(Boolean)
- Whether or not the current template is a Haml template
def is_haml? !@haml_buffer.nil? && @haml_buffer.active? end
(Boolean)
- Whether or not the current template is a Haml template
def is_haml? !@haml_buffer.nil? && @haml_buffer.active? end