# File lib/erubis/enhancer.rb, line 673
    def add_expr_literal(str, code)
      str << "\#{#{code}}"
    end