From: Hugh Sasse Staff Elec Eng Date: 2001-11-30T00:51:17+09:00 Subject: [ruby-talk:26915] Extensions with C: laziness as virtue :-) Given the idea that laziness is supposed to be a virtue in programming :-) has anyone written a piece of ruby that will take C source, and wrap all the functions up into one object with lots of methods, for use by Ruby? This is nontrivial as it requires the C to be parsed, so I suspect the answer will be no.... Hugh