class Haml::Compiler
def push_generated_script(text)
def push_generated_script(text) @to_merge << [:script, resolve_newlines + text] @output_line += text.count("\n") end
def push_generated_script(text) @to_merge << [:script, resolve_newlines + text] @output_line += text.count("\n") end