From: Mark Bush Date: 2008-02-22T21:17:14+09:00 Subject: Re: require error in gems BENI wrote: > C:\ruby>irb > irb(main):001:0> require 'rubyzip' For some reason best known to the gem author, the actual incantation is: require 'rubygems' # if this is not previously included require 'zip/zip' Have a look at the scripts in the sample directory inside the installed gem for more clues. Mark -- Posted via http://www.ruby-forum.com/.