Hi,
is there a way to get the Ruby  version (or even better the build string)
from within a script?
The one solution which comes to my mind is IO.popen("ruby --version", 
"r")... 
Regards
Clemens