From: Gavin Sinclair Date: 2004-01-28T11:25:08+09:00 Subject: Re: checksum with ruby, how? > > "shasckaw" wrote: > >> >> ... digest/md5 .... but I can't find any >> >>documentation about how to use it (searched on ruby-doc and RAA) > > > For the archive (and the 'doc. squad') -- > > This is in the source distribution: > (ext/digest/digest.txt) > > Can it be made more visible ? > ------------------------------------------------------- > > [...] The standard library documentation at http://ruby-doc.org/stdlib does not yet include the "ext" stuff. That's a pretty high priority for me. You might have some luck coaxing 'ri' into knowing about digest, stringio, etc. Or maybe it already does :) Gavin