Example #1
0
 public static object Untrust(RubyContext/*!*/ context, object self) {
     if (!RubyUtils.HasObjectState(self)) {
         return self;
     }
     context.SetObjectTrustiness(self, true);
     return self;
 }