class Erubi::Engine
def add_postamble(postamble)
Add the given postamble to the src. Can be overridden in subclasses
def add_postamble(postamble) terminate_expression @src << postamble end
def add_postamble(postamble) terminate_expression @src << postamble end