Hello!
Is there a fast way to create prototypes such:
def foo(bar=0)
...
end
in a Ruby extension? Or I have to use:
rb_define_method(foo, "...", func, -1);
and parse the variables using rb_scan_args()?
Regards,
--
University of Athens I bet the human brain
Physics Department is a kludge --Marvin Minsky