Example #1
0
 public static bool IsGroupOwned(RubyClass /*!*/ self, object path)
 {
     return(RubyStatOps.IsGroupOwned(RubyStatOps.Create(self.Context, path)));
 }