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

new_start

        # Date.new_start

(from ruby core)
---
    d.new_start([start=Date::ITALY])  ->  date

---

Duplicates self and resets its day of calendar reform.

    d = Date.new(1582,10,15)
    d.new_start(Date::JULIAN)         #=> #<Date: 1582-10-05 ...>



      

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.