class Erubi::Engine

def terminate_expression

terminated.
the chain_appends option is used, expressions may not be
The default is to terminate all expressions, but when
Make sure that any current expression has been terminated.
def terminate_expression
  @src << '; ' if @chain_appends
end