global

def container

def container
  @_out_buf << "THIS."
  yield
  @_out_buf << "SPARTA!"
end