class Opal::Nodes::NodeWithArgs

def compile_block_arg

def compile_block_arg
  if scope.uses_block?
    scope.prepare_block
  end
end