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

public_class_method

        # Module.public_class_method

(from ruby core)
---
    mod.public_class_method(symbol, ...)    -> mod
    mod.public_class_method(string, ...)    -> mod
    mod.public_class_method(array)          -> mod

---

Makes a list of existing class methods public.

String arguments are converted to symbols. An Array of Symbols and/or
Strings is also accepted.



      

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.