fails:Thread#thread_variable? converts a key that is neither String nor Symbol with #to_str
fails:Thread#thread_variable? does not raise a TypeError if the key is neither Symbol nor String, nor responds to #to_str
fails:Thread#thread_variable? does not try to convert the key with #to_sym
