module Haml::Precompiler
def push_and_tabulate(value)
Pushes value onto @to_close_stack and increases
def push_and_tabulate(value) @to_close_stack.push(value) @template_tabs += 1 end
def push_and_tabulate(value) @to_close_stack.push(value) @template_tabs += 1 end