I have to obfuscate ruby code to hide sensitive source. I need to be headed in the right direction in order to achieve what I want, so:
Is there a Ruby alternative for Python's pyc?, I saw version.rbc files inside many gems. How can it be generated? Does this process work for other (complex, not just simple VERSION declaring) kinds of Ruby files?.
RubyEncoder does the job (does it? Help me out here), but it requires to buy a license. That's why I would consider it as my last resort.
Any other suggestion