module Haml::Precompiler

def push_and_tabulate(value)

`@template_tabs`.
Pushes value onto `@to_close_stack` and increases
def push_and_tabulate(value)
  @to_close_stack.push(value)
  @template_tabs += 1
end