From: Charles Oliver Nutter Date: 2007-10-10T07:34:19+09:00 Subject: Re: Obfuscator for Ruby/RoR Igor K. wrote: > Hello, > > I need to make my code unreadable, in Java(j2me) i used some > programs(obfuscators) to do it. > does ruby has this? The JRuby compiler can compile to Java bytecode and still run as normal; that might be an option for you. The resulting bytecode can only partially be decompiled into JRuby runtime code and can't currently be decompiled to Ruby at all. It's on trunk, will be in release 1.1 next month. - Charlie