示例#1
0
 public static object BitwiseOr(RubyContext /*!*/ context, int self, object other)
 {
     return(BignumOps.BitwiseOr(context, self, other));
 }
示例#2
0
 public static object RightShift(RubyContext /*!*/ context, int self, object other)
 {
     return(BignumOps.RightShift(context, self, other));
 }