Ruby 1.9.3p327(2012-11-10revision37606)
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