Ruby Continuation Functions
EditRocket provides the following information on Continuation functions in the Ruby source code builder.
call(args, ...) - Invokes the continuation. The program continues from the end of the callcc block. If no arguments are given, the original callcc returns nil. If one argument is given, callcc returns it. Otherwise, an array containing args is returned.
new -