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

backtrace_locations

        # Thread.backtrace_locations

(from ruby core)
---
    thread.backtrace_locations(*args)   -> array or nil

---

Returns the execution stack for the target thread---an array containing
backtrace location objects.

See Thread::Backtrace::Location for more information.

This method behaves similarly to Kernel#caller_locations except it
applies to a specific thread.



      

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.