From: Tim Hunter Date: 2007-02-28T03:29:45+09:00 Subject: Re: GUID Assaf wrote: > require_gem 'uuid' > puts UUID.new "require_gem" is obsolete, use "gem" if you need to specify a specific version of a gem. Mostly you should just use plain "require" to load a library that was installed by RubyGems. -- Posted via http://www.ruby-forum.com/.