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

source

        # RubyVM::AbstractSyntaxTree::Node.source

(from ruby core)
### Implementation from Node
---
    node.source -> string

---

Returns the code fragment that corresponds to this AST.

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.

Also note that this API may return an incomplete code fragment that does
not parse; for example, a here document following an expression may be
dropped.



      

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.