Exemple #1
0
 public static object Quo(RubyContext /*!*/ context, object self, object other)
 {
     return(LibrarySites.Divide(context, self, other));
 }
Exemple #2
0
 public static object Div(RubyContext /*!*/ context, object self, object other)
 {
     return(Floor(context, LibrarySites.Divide(context, self, other)));
 }