>>>>> "C" == Clemens Wyss <wys / helbling.ch> writes:

C> is there a way to get the Ruby  version (or even better the build string)
C> from within a script?

pigeon% ruby -e 'p RUBY_VERSION, RUBY_RELEASE_DATE, RUBY_PLATFORM'
"1.6.2"
"2000-12-25"
"i686-linux"
pigeon% 


Guy Decoux