Temple::Generators::Array
Just like Array, but calls join on the array. @api public
# File lib/temple/generators.rb, line 84 def postamble "#{buffer} = #{buffer}.join" end