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

script_lines

        # RubyVM::AbstractSyntaxTree::Node.script_lines

(from ruby core)
### Implementation from Node
---
    node.script_lines -> array

---

Returns the original source code as an array of lines.

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.