How to hide the scripting?

Hi,

After we did the automation using Ruby coding,when we import our code in
the client machine, Is there any way to hide our code from users so that
Our code would be safe? If the program had been done by C ,then we could
give the exe files to them, so they couldn’t see the source code, but to
run Watir code, code is essential because it’s interpreter based. So is
there any way could I make my code hidden from the user?

On 10/10/2013 12:51 PM, Raja gopalan wrote:

Hi,

After we did the automation using Ruby coding,when we import our code in
the client machine, Is there any way to hide our code from users so that
Our code would be safe? If the program had been done by C ,then we can
give the exe files to them, so they couldn’t see the source code, but to
run Watir code, code is essential because it’s interpreter based. So is
there any way could I make my code hidden from the user?

There was a discussion along these lines just a few days ago:

Gem for basic code protecction? - Ruby - Ruby-Forum

Good luck.

-Jeremy

Hi Jeremy B.,
Thank you I will refer the topic which you’ve given.