Hi, is there any shortcut to invoke "private :method_name" in a Ruby C
extension? or must I use rb_funcall()?
Thanks a lot.
···
--
Iñaki Baz Castillo
<ibc@aliax.net>
Hi, is there any shortcut to invoke "private :method_name" in a Ruby C
extension? or must I use rb_funcall()?
Thanks a lot.
--
Iñaki Baz Castillo
<ibc@aliax.net>
Ops, very easy:
rb_define_private_method( )
2011/2/7 Iñaki Baz Castillo <ibc@aliax.net>:
Hi, is there any shortcut to invoke "private :method_name" in a Ruby C
extension? or must I use rb_funcall()?
--
Iñaki Baz Castillo
<ibc@aliax.net>