From: nobu.nokada@... Date: 2005-01-22T10:50:30+09:00 Subject: Re: Getting the version number of the ruby interpreter Hi, At Sat, 22 Jan 2005 03:34:47 +0900, > irb(main):001:0> VERSION > => "1.8.2" > irb(main):002:0> Note that the constant VERSION has been obsolete. Use RUBY_VERSION instead. -- Nobu Nakada