class Temple::Generators::ArrayBuffer
@api public
Just like Array, but calls #join on the array.
def postamble
def postamble "#{buffer} = #{buffer}.join" end
@api public
Just like Array, but calls #join on the array.
def postamble "#{buffer} = #{buffer}.join" end