Ruby/DL documentation in English?

Is there any decent documentation for Ruby/DL in English, other than
_why's brief tutorial? I'm having trouble understanding how it
handles C data types. Barring that, can anybody point me to a good
module that uses Ruby/DL so that I can examine it?

Thanks,
Carl

Carl Youngblood wrote:

Is there any decent documentation for Ruby/DL in English, other than
_why's brief tutorial?

There's a bit in Ruby CVS. $RUBY/ext/dl/doc/dl.txt has quite a bit more and it's pretty straightforward.

Also, a bunch of examples at http://ttsky.net/ruby/ruby-dl.html that I remember consulting when I wrote the short tutorial.

_why

Thanks!

ยทยทยท

On Thu, 1 Jul 2004 08:00:45 +0900, why the lucky stiff <ruby-talk@whytheluckystiff.net> wrote:

There's a bit in Ruby CVS. $RUBY/ext/dl/doc/dl.txt has quite a bit more
and it's pretty straightforward.

Also, a bunch of examples at http://ttsky.net/ruby/ruby-dl.html that I
remember consulting when I wrote the short tutorial.

_why