From: Tim Hunter Date: 2008-03-26T06:40:40+09:00 Subject: Re: gem problem Elton Okada wrote: > i installed atom-tools > sudo gem install atom-tools > > and i try to use in my code: > require 'rubygems' > require 'atom-tools' > > i got this error: > 1.8/rubygems/custom_require.rb:27:in `require': no such file to > load -- atom-tools (LoadError) > > anyone can help me ? > thanks The name of the gem is not necessarily the name of the thing you need to require. I don't use this gem, but according to this web site: http://code.necronomicorp.com/atom-tools it looks like you need to require "atom/tools". -- RMagick: http://rmagick.rubyforge.org/ RMagick 2: http://rmagick.rubyforge.org/rmagick2.html