Пример #1
0
 public static int Size(RubyClass /*!*/ self, object path)
 {
     return(RubyStatOps.Size(RubyStatOps.Create(self.Context, path)));
 }