# File lib/haml/helpers.rb, line 540
    def block_is_haml?(block)
      eval('_hamlout', block.binding)
      true
    rescue
      false
    end