public static object HasKey(Thread /*!*/ self, [NotNull] RubySymbol /*!*/ key) { RubyThreadInfo info = RubyThreadInfo.FromThread(self); return(info.HasKey(key)); }
public static object HasKey(Thread /*!*/ self, SymbolId key) { RubyThreadInfo info = RubyThreadInfo.FromThread(self); return(info.HasKey(key)); }