From: FUJIMOTO H. <hi...@im...> - 2003-03-17 05:22:23
|
At Sat, 15 Mar 2003 21:07:11 -0500, Sam Roberts wrote: > Where can I find the ruby library files for 'osx/objc/cocoa' and > foundation? Are they implemented in C? I want to be able to browse the > src to get a better idea what is available, where > NSProprietarStringEncoding is defined, etc. > I installed the binary image, do I need the source to get these things? RubyCocoa implementation is written as mixture of Ruby and Objective-C. Sources of the Ruby part are included in the binary distribution in: /Library/Frameworks/RubyCocoa.framework/Resources/ruby -- hisa |