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

backtrace_locations

        # Exception.backtrace_locations

(from ruby core)
---
    exception.backtrace_locations    -> array or nil

---

Returns any backtrace associated with the exception. This method is
similar to Exception#backtrace, but the backtrace is an array of
Thread::Backtrace::Location.

This method is not affected by Exception#set_backtrace().



      

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.