示例#1
0
文件: Integer.cs 项目: yyyyj/ironruby
 public static object ToRational(CallSiteStorage <Func <CallSite, object, object, object, object> > /*!*/ toRational, RubyScope /*!*/ scope, object /*!*/ self)
 {
     // TODO: reimplement Rational
     return(KernelOps.ToRational(toRational, scope, self, self, ClrInteger.One));
 }