# File lib/merb-builder/template.rb, line 56
      def concat_builder(string, binding)
        _builder_buffer(binding) << string
      end