class Haml::Compiler::SilentScriptCompiler

def compile_with_children(node, &block)

def compile_with_children(node, &block)
  [:multi,
   [:block, node.value[:text],
    [:multi, [:newline], yield(node)],
   ],
  ]
end