# File lib/haml/helpers/action_view_mods.rb, line 17
    def output_buffer_with_haml
      return haml_buffer.buffer if is_haml?
      output_buffer_without_haml
    end