Ruby 1.9.3p327(2012-11-10revision37606)
ext/continuation/continuation.c
Go to the documentation of this file.
00001 
00002 void ruby_Init_Continuation_body(void);
00003 
00004 void
00005 Init_continuation(void)
00006 {
00007     ruby_Init_Continuation_body();
00008 }
00009