From: James Britt Date: 2005-05-03T12:49:56+09:00 Subject: Re: ruby executable Derek Haskin wrote: > > > > does any know if there are tools to produce native executables from ruby > scripts so that ruby is not required to be installed on machines where you > run ruby scripts/executables. There is nothing that takes Ruby source and produces native code. If the goal is to at least mask or bundle the installation of Ruby, look at RubyScript2Exe James