C
Chananya Freiman
I can't seem to get even the simplest C extension taken from
http://www.rubyinside.com/how-to-create-a-ruby-extension-in-c-in-under-5-minutes-100.html
to work.
The interpreter acknowledges that MyTest exists and knows it's a module,
but it doesn't recognize the method(s) I define.
You guys have any idea why this happens?
Thanks.
http://www.rubyinside.com/how-to-create-a-ruby-extension-in-c-in-under-5-minutes-100.html
to work.
The interpreter acknowledges that MyTest exists and knows it's a module,
but it doesn't recognize the method(s) I define.
You guys have any idea why this happens?
Thanks.