First impressions: Ruby Encoder for ruby source code encryption

About a week ago at work, I was asked to evaluate Ruby Encoder, an application to encrypt the source code of your ruby application.
Normally, you wouldn’t want to encrypt the source code of your ruby applications. The code resides on your server and there’s no way anyone else can access it. However, if you are [...]