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

realpath

        # Pathname.realpath

(from ruby core)
---
    realpath(p1 = v1)

---

Returns the real (absolute) pathname for `self` in the actual
filesystem.

Does not contain symlinks or useless dots, `..` and `.`.

All components of the pathname must exist when this method is called.



      

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.