From: MenTaLguY Date: 2007-09-29T06:09:30+09:00 Subject: Re: Feature request for RubyScript2Exe On Sat, 29 Sep 2007 04:55:24 +0900, Konrad Meyer wrote: > As Charles (of JRuby fame and fortune) mentioned earlier, JRuby can in > many cases 'compile' ruby code down to Java .class files, which are hard to > reverse to anything resembling ruby (or even java, for that matter). You > should be able to make this work for your little problem. JVM bytecode is pretty easy to translate into Java, actually, but Ruby would probably be a little harder. Distributing .jars of compiled Ruby is probably a reasonable solution. -mental