# File lib/action_view/helpers/text_helper.rb, line 28
      def concat(string, binding)
        eval(ActionView::Base.erb_variable, binding) << string
      end