> Hiren Bridgmohun wrote:

> Is there a way to obfuscate my ruby source code. I have come across
ZenObfuscate which at > about $2500. Does anyone know of any other options to
protect ruby source code when it is > distributed to clients?


This question comes up a lot. Can you make it a web-based application so that
the code is never distributed? IMO, that's the only real way to deal with this.

There really is no 100% way in which to obfuscate code. You can raise the bar of
course, but if a determined client who is technically minded gets the code, they
can undo any obfuscation you've done. Personally, I think it's a bad idea and if
you're having to ask the question, then something is fundamentally wrong with
your business model.