Skip to content

Instantly share code, notes, and snippets.

@banister
Created March 11, 2012 14:01
Show Gist options
  • Save banister/96a18828c7e14ae98319 to your computer and use it in GitHub Desktop.
Save banister/96a18828c7e14ae98319 to your computer and use it in GitHub Desktop.
static VALUE
rb_f_loop(VALUE self)
{
RETURN_ENUMERATOR(self, 0, 0);
rb_rescue2(loop_i, (VALUE)0, 0, 0, rb_eStopIteration, (VALUE)0);
return Qnil; /* dummy */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment