PowerPC G5 处理器 (Leopard 10.5.7) 上的 RubyCocoa

发布于 2024-08-09 06:11:57 字数 44 浏览 5 评论 0原文

有人知道哪个版本的 RubyCocoa 在这个处理器上运行(如果有的话)?

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟花肆意 2024-08-16 06:11:57

Leopard 中不包含 RubyCocoa 吗?认为它是 Ruby 的“脚本桥”的一部分。我目前无法访问香草 Leopard 盒子,因此无法检查。

如果您转到irb,您应该能够执行以下操作:

> require 'osx/cocoa'
=> true

如果返回truefalse,则您可以正常工作。如果您收到 LoadError,那么您没有它(或者 require 是错误的)。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文