Subject: [ruby-talk:9415] Gathering Ruby version
From: wys helbling.ch (Clemens Wyss)
Date: Wed, 17 Jan 2001 16:10:02 +0900
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