From: anne001 Date: 2005-11-13T20:32:16+09:00 Subject: Re: rubycocoa, and 1. hello world 2. nibs Can you help me with how to debug my nib? I found the answer to my first question here http://rubycocoa.sourceforge.net/w.en/ExecutionOrder.html Apparently, simple ruby code is called in line code. I created a new rb file in the same directory as main.m and rb_main.rb and puts "hello world" ran!