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

binding

        # TracePoint.binding

(from ruby core)
---
    binding()

---

Return the generated binding object from event.

Note that for `c_call` and `c_return` events, the binding returned is
the binding of the nearest Ruby method calling the C method, since C
methods themselves do not have bindings.



      

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.