class Haml::Compiler::ChildrenCompiler

def rstrip_whitespace!(temple)

def rstrip_whitespace!(temple)
  if temple[-1] == :whitespace
    temple.delete_at(-1)
  end
end