开发者

RubyCocoa on PowerPC G5 processor (Leopard 10.5.7)

开发者 https://www.devze.com 2022-12-09 19:08 出处:网络
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 ha

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

0

精彩评论

暂无评论...
验证码 换一张
取 消