class Opal::Nodes::BeginNode
def compile_children(children, level)
def compile_children(children, level) children.each do |child| line process(child, level), fragment(';', loc: false) end end
def compile_children(children, level) children.each do |child| line process(child, level), fragment(';', loc: false) end end