module Erubis::PrintOutEnhancer

def add_postamble(src)

def add_postamble(src)
  src << "\n" unless src[-1] == ?\n
end