module Erubis::Generator

def add_stmt(src, code)

# (abstract) add statement code to src
def add_stmt(src, code)
  not_implemented
end