From: Satoshi N. <sna...@in...> - 2007-12-25 02:37:10
|
On 2007/12/25, at 2:43, Brian Redman wrote: > Also, the only way I know to guess the version is to test > ObjCID#inspect. Is there a straightforward way to find the RubyCocoa > version? You can see the version to refer to OSX::RUBYCOCOA_VERSION. require 'osx/cocoa' puts OSX::RUBYCOCOA_VERSION #=> 0.13.0 -- Satoshi Nakagawa |