class Temple::Generators::ArrayBuffer

Just like Array, but calls join on the array. @api public

Public Instance Methods

postamble() click to toggle source
# File lib/temple/generators.rb, line 84
def postamble
  "#{buffer} = #{buffer}.join"
end