class Erubi::Engine

def add_postamble(postamble)

to make additional changes to src that depend on the current state.
Add the given postamble to the src. Can be overridden in subclasses
def add_postamble(postamble)
  terminate_expression
  @src << postamble
end