class Temple::Generators::StringBuffer

Implements a string buffer.

_buf = ''
_buf << "static"
_buf << dynamic.to_s
_buf

@api public