コード例 #1
0
ファイル: FixnumOps.cs プロジェクト: gaybro8777/ironruby
 public static object BitwiseOr(RubyContext /*!*/ context, int self, object other)
 {
     return(BignumOps.BitwiseOr(context, self, other));
 }
コード例 #2
0
ファイル: FixnumOps.cs プロジェクト: gaybro8777/ironruby
 public static object RightShift(RubyContext /*!*/ context, int self, object other)
 {
     return(BignumOps.RightShift(context, self, other));
 }