Ruby  2.0.0p247(2013-06-27revision41674)
ext/fiber/fiber.c
Go to the documentation of this file.
00001 
00002 void ruby_Init_Fiber_as_Coroutine(void);
00003 
00004 void
00005 Init_fiber(void)
00006 {
00007     ruby_Init_Fiber_as_Coroutine();
00008 }
00009