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/.