# File lib/haml/helpers.rb, line 577
    def is_haml?
      !@haml_buffer.nil? && @haml_buffer.active?
    end