示例#1
0
文件: ThreadOps.cs 项目: ltwlf/IronSP
        public static object HasKey(Thread /*!*/ self, [NotNull] RubySymbol /*!*/ key)
        {
            RubyThreadInfo info = RubyThreadInfo.FromThread(self);

            return(info.HasKey(key));
        }
示例#2
0
        public static object HasKey(Thread /*!*/ self, SymbolId key)
        {
            RubyThreadInfo info = RubyThreadInfo.FromThread(self);

            return(info.HasKey(key));
        }