>>>>> "E" == Elias Athanasopoulos <elathan / phys.uoa.gr> writes: E> in a Ruby extension? Or I have to use: E> rb_define_method(foo, "...", func, -1); E> and parse the variables using rb_scan_args()? Yes, you have to do this Guy Decoux