From: Bill Kelly Date: 2006-09-27T00:19:06+09:00 Subject: Re: Encrypt ruby source code From: "Paul Lutus" > > One option that comes to mind is a project that converts Ruby source into an > executable package in native code. Unfortunately, now I cannot find a > reference to it. Maybe someone else can provide a reference. Ruby2CExtension: http://ruby2cext.rubyforge.org/ I haven't tried it yet, myself. . . . But if one's code doesn't run afoul of any of the limitations, ( http://ruby2cext.rubyforge.org/limitations.html ), then ruby2cext sounds like a genuine solution to the problem. Regards, Bill