# File lib/merb-core/controller/template.rb, line 184
      def concat_erb(string, binding)
        _erb_buffer(binding) << string
      end