From: "Keith P. Boruff" Date: 2005-01-22T03:40:58+09:00 Subject: Re: Getting the version number of the ruby interpreter Trevor Wennblom wrote: > Keith P. Boruff wrote: > >> Hello all, >> >> Is there a way to get the version number within a ruby script of the >> interpreter running that script? > > > irb(main):001:0> VERSION > => "1.8.2" > irb(main):002:0> > > > http://www.zenspider.com/Languages/Ruby/QuickRef.html > > Thanks! that did it. Also, thanks for the link. KPB