module Erubis::Generator

def add_postamble(src)

# (abstract) add @postamble to src
def add_postamble(src)
  not_implemented
end