Temple::Generator
Implements an array buffer.
_buf = [] _buf << "static" _buf << dynamic _buf.join
@api public
# File lib/temple/generators.rb, line 76 def postamble buffer end
# File lib/temple/generators.rb, line 72 def preamble "#{buffer} = []" end