# File lib/erubis/enhancer.rb, line 168
    def add_postamble(src)
      src << "\n" unless src[-1] == ?\n
      src << "#{@bufvar}\n"
    end