IronRuby ヘルプ Web サイトのこのページでは、「 ah-come-on-gimme-a-break-here-you -cannot-be-serious ' アセンブリの厳密な名前。
ドキュメントでは、次のように述べています。
>>> require "System.Windows.Forms"
=> true
しかし、同じ「require」を試すと、次のようになります。
>>> require "System.Windows.Forms"
IronRuby.Libraries:0:in 'require': no such file to load -- System.Windows.Forms (LoadError)
from :0:in 'Initialize##1'
私は何を間違っているのでしょうか?設定の問題でしょうか?ドキュメントに記載されているこの「ロード パス上の libs ディレクトリ」が表示されません。ドキュメントは間違っていますか?
ありがとう。