class ERB::Compiler::Buffer

def cr

def cr
  @script << (@line.join('; '))
  @line = []
  @script << "\n"
end