RubyCocoa on PowerPC G5 processor (Leopard 10.5.7)
Does 开发者_开发技巧anybody know which version of RubyCocoa runs on this processor (if at all)?
Isn't RubyCocoa included in Leopard? Thought it was part of the "Scripting Bridge" for Ruby. I don't have access to a vanilla Leopard box at the moment, so I can't check.
If you go to irb
, you should be able to do something like:
> require 'osx/cocoa'
=> true
If you get true
or false
back, you're in business. If you get a LoadError
, then you don't have it (or the require
is wrong).
精彩评论