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

ScriptError

        # ScriptError < Exception

(from ruby core)
---
ScriptError is the superclass for errors raised when a script can not be
executed because of a `LoadError`, `NotImplementedError` or a
`SyntaxError`. Note these type of `ScriptErrors` are not `StandardError`
and will not be rescued unless it is specified explicitly (or its
ancestor `Exception`).
---

      

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.