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

absolute_path

        # Thread::Backtrace::Location.absolute_path

(from ruby core)
### Implementation from Location
---
    absolute_path()

---

Returns the full file path of this frame.

Same as #path, except that it will return absolute path even if the
frame is in the main script.



      

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.