-*- ruby -*-
[Source]
# File dl/mkcbtable.rb, line 8 def mktable(rettype, fnum, argc) code = "rb_dl_callback_table[#{rettype}][#{fnum}] = &rb_dl_callback_func_#{rettype.to_s}_#{fnum};" return code end
[Validate]