# File lib/erubis/enhancer.rb, line 94
    def add_text(src, text)
      src << " print '" << escape_text(text) << "';" unless text.empty?
    end