public static object BitwiseOr(RubyContext /*!*/ context, int self, object other) { return(BignumOps.BitwiseOr(context, self, other)); }
public static object RightShift(RubyContext /*!*/ context, int self, object other) { return(BignumOps.RightShift(context, self, other)); }