RubyCocoa on PowerPC G5 processor (Leopard 10.5.7)

369 Views Asked by At

Does anybody know which version of RubyCocoa runs on this processor (if at all)?

1

There are 1 best solutions below

17
On

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).