I am right now considering which Scripting Language to embed into my Server
application and ruby seems to be a very good choice. But I have a small
problem. I need to limit the functions which are allowed to be called from
the scripts. For example no system() calls and no IO calls, no sockets and
things like that. Is there already something possible with the standart ruby
or would I have to remove unwanted packages manualy from the ruby
installation I would use with the application