From: SunRaySon Date: 2007-06-12T12:59:31+09:00 Subject: Restricting Objects in Ruby Shell ------=_Part_157_12862220.1181620772117 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Is there a way in which the ruby IRB interface can be restricted. I would like only objects defined by my application can be accessed and only some of the ruby in-built objects can be made available to the user. For example if I declare a class Employee then only this class should be available through the irb session. ------=_Part_157_12862220.1181620772117--