# File lib/action_view/helpers/text_helper.rb, line 25
      def concat(string, binding)
        eval("_erbout", binding).concat(string)
      end