エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント2件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
MacRuby » Essential Differences between RubyCocoa and MacRuby
Importing Frameworks To import a framework in RubyCocoa, you use a combination of Ruby’s require ... Importing Frameworks To import a framework in RubyCocoa, you use a combination of Ruby’s require method and RubyCocoa’s require_framework addition: # RubyCocoa code require 'osx/cocoa' OSX.require_framework('CoreData') MacRuby unifies these methods with the framework method added to the Kernel module: # MacRuby code framework 'Cocoa' framework 'CoreData' Namespaces In RubyCocoa, all imported Objec
2010/06/28 リンク