# File lib/erubis/enhancer.rb, line 321
    def add_stmt(src, code)
      src << "\n" * code.count("\n")
    end