This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

thread_variable_set

        # Thread.thread_variable_set

(from ruby core)
---
    thr.thread_variable_set(key, value)

---

Sets a thread local with `key` to `value`.  Note that these are local to
threads, and not to fibers.  Please see Thread#thread_variable_get and
Thread#[] for more information.



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.