From: Assaf Date: 2007-02-28T03:20:06+09:00 Subject: Re: GUID On Feb 26, 12:57 pm, "J. mp" wrote: > Hi folks, > > This is an easy one, but I can't find a way to do it. > It's there, in ruby, any easy means to generate an GUID (Global Unique > Identifier)? gem install uuid require_gem 'uuid' puts UUID.new The project page is here: http://rubyforge.org/projects/reliable-msg Documentation: http://trac.labnotes.org/cgi-bin/trac.cgi/wiki/Ruby/UuidGenerator Assaf http://labnotes.org > > Thank, > > -- > Posted viahttp://www.ruby-forum.com/.