class Haml::Compiler

def push_text(text, tab_change = 0)

def push_text(text, tab_change = 0)
  push_merged_text("#{text}\n", tab_change)
end