Skeleton external libraries required by simple RoR use cases

Attached is a zipfile containing skeleton definitions for all classes
and methods from

Zlib, Win32API, Thread, Syck, StrScan, StringIO, SQLite3, Socket,
OpenSSL and Digest that get called during the execution of a number of
simple gems and RoR use cases. I’ve made the parameter and return types
as strong as possible (based on CRuby trace information for these use
cases), so as to simply the task of implementing these methods. For
those interested in prototyping any of these libraries, these skeletons
may be a good starting point.

Cheers, Wayne.

Wayne K.:

Attached is a zipfile containing skeleton definitions for all classes
and methods from

Zlib, Win32API, Thread, Syck, StrScan, StringIO, SQLite3, Socket,
OpenSSL and Digest that get called during the execution of a number of
simple gems and RoR use cases. I’ve made the parameter and return
types as strong as possible (based on CRuby trace information for
these use cases), so as to simply the task of implementing these
methods. For those interested in prototyping any of these libraries,
these skeletons may be a good starting point.

Fantastic! Thanks for sending this out!

-John

On Thu, 21 Feb 2008 09:11:41 -0700, Wayne K. [email protected]
wrote:

For those interested in prototyping any of these libraries, these
skeletons may be a good starting point.

ROCKSTAR! This is amazingly cool, Dr. Kelly!


/M:D

M. David P.
Co-Founder & Chief Architect, 3rd&Urban, LLC
Email: [email protected] | [email protected]
Mobile: (206) 418-9027
http://3rdandUrban.com | http://amp.fm |
M. David Peterson

Really cool :slight_smile:

If nobody is doing zlib and using the .NET compression stuff is
sufficient
then I can implement that class.

On Fri, Feb 22, 2008 at 6:15 AM, M. David P.
[email protected]