示例#1
0
文件: ThreadOps.cs 项目: ltwlf/IronSP
        public static object Keys(RubyContext /*!*/ context, Thread /*!*/ self)
        {
            RubyThreadInfo info = RubyThreadInfo.FromThread(self);

            return(info.GetKeys());
        }