Subject: a question about using inline.rb
From: Maggie Xiao <mxiao@ . l r . >
Date: Fri, 13 Sep 2002 11:38:26 +0900
Hi there,
Is there anyone has used inline.rb to extend ruby in c? Should i include the
header file
inside the class? and should i include them just like in c code? For example:
#include <unistd.h>
#include <signal.h>
Thanks,
Maggie