Example #1
0
        public static object HasKey(Thread /*!*/ self, [NotNull] RubySymbol /*!*/ key)
        {
            RubyThreadInfo info = RubyThreadInfo.FromThread(self);

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

            return(info.HasKey(key));
        }