class Opal::Nodes::RedoNode

def compile_iter

def compile_iter
  helper :slice
  push "return #{scope.identity}.apply(null, $slice(arguments))"
end