module Haml::Helpers

def is_haml?

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