module Haml::Precompiler

def block_opened?

def block_opened?
  !flat? && @next_line.tabs > @line.tabs
end