# File lib/erubis/engine/eruby.rb, line 44 def add_text(src, text) src << " _buf << '" << escape_text(text) << "';" unless text.empty? end