I
Iñaki Baz Castillo
Hi, in case I want to add a method (using C) for a class I've created
in pure Ruby, must I also create the class in C?
If not, how to fill MY_CLASS here?:
rb_define_method(MY_CLASS, "my_method", my_method, arg_count);
Thanks.
--=20
I=C3=B1aki Baz Castillo
<[email protected]>
in pure Ruby, must I also create the class in C?
If not, how to fill MY_CLASS here?:
rb_define_method(MY_CLASS, "my_method", my_method, arg_count);
Thanks.
--=20
I=C3=B1aki Baz Castillo
<[email protected]>