# File lib/haml/helpers/action_view_extensions.rb, line 47
      def with_raw_haml_concat
        @_haml_concat_raw, old = true, @_haml_concat_raw
        yield
      ensure
        @_haml_concat_raw = old
      end