# File lib/erubis/engine/eruby.rb, line 45 def add_text(src, text) src << " #{@bufvar} << '" << escape_text(text) << "';" unless text.empty? end