# File lib/merb-core/controller/template.rb, line 264 def add_text(src, text) src << " @_erb_buf.concat('" << escape_text(text) << "'); " end