module Haml::Precompiler

def close_script(_1, _2, push_end = true)

Closes a Ruby block.
def close_script(_1, _2, push_end = true)
  push_silent("end", true) if push_end
  @template_tabs -= 1
end