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