Ruby  2.0.0p247(2013-06-27revision41674)
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