module Erubis::JavascriptGenerator

def add_preamble(src)

def add_preamble(src)
  src << "#{@indent}var #{@bufvar} = [];"
end