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

node_id

        # RubyVM::AbstractSyntaxTree::Node.node_id

(from ruby core)
### Implementation from Node
---
    node.node_id -> integer

---

Returns an internal node_id number. Note that this is an API for ruby
internal use, debugging, and research. Do not use this for any other
purpose. The compatibility is not guaranteed.



      

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.