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

ctime

        # Date.ctime

(from ruby core)
---
    ctime()

---

Returns a string in asctime(3) format (but without "n\0" at the end). 
This method is equivalent to strftime('%c').

See also asctime(3) or ctime(3).


(This method is an alias for Date#asctime.)

Returns a string in asctime(3) format (but without "n\0" at the end). 
This method is equivalent to strftime('%c').

See also asctime(3) or ctime(3).



      

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.