From: Assaf Date: 2007-03-03T05:25:06+09:00 Subject: Re: GUID On Feb 27, 10:29 am, Tim Hunter wrote: > 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. I should know that :-) I guess it's time to replace the old docs I was copying & pasting from. Assaf > > -- > Posted viahttp://www.ruby-forum.com/.