Re: [Fxruby-users] extract version string
Status: Inactive
Brought to you by:
lyle
From: Simon S. <ne...@ad...> - 2004-07-06 11:29:45
|
On Tuesday 06 July 2004 15:19, Simon Strandgaard wrote: > server> ruby -rfox -e 'p Fox::VERSION' > -e:1: uninitialized constant Fox::VERSION (NameError) > server> > > I cannot seem to figure out how? > Try this ruby -rfox -e 'p Fox::fxrubyversion' #-> "1.0.25" -- Simon Strandgaard |