# File lib/action_view/helpers/text_helper.rb, line 51
      def concat(string)
        output_buffer << string
      end