From: lists Date: 2007-11-10T14:17:49+09:00 Subject: Re: Help with Leopard Did you do require 'rubygems' before require-ing your gem in the script? irb in Leopard requires rubygems for you (see /etc/irbrc). On Nov 9, 2007, at 9:43 PM, Scott Tallarida wrote: > I am sure this is a basic question but I am having a problem with ruby > in leopard. I have installed the gem ar-extensions without any > issue. > When I run require 'ar-extensions' from irb it works fine...but when I > write an .rb file with the same line under homeUser/apps/ruby i get > the > "no such file to load" error. I think I have a basic misunderstanding > about how ruby commands are interpreted in the mac os... > > any help would be awesome. > -- > Posted via http://www.ruby-forum.com/. > >