# File lib/merb-core/controller/abstract_controller.rb, line 635
    def concat(str, binding)
      send("concat_#{@_engine}", str, binding)
    end