ruby / date

A subclass of Object includes Comparable module for handling dates.
Other
70 stars 35 forks source link

[DOC] Enhanced RDoc #69

Closed BurdetteLamar closed 2 years ago

BurdetteLamar commented 2 years ago

Treats:

Adds 'Related' entry to some methods' doc.

BurdetteLamar commented 2 years ago

I'm not sure how much is left to do in the methods' documentation. (I won't be looking at DateTime.)

I think I've removed all the tabs from the documentation, and corrected all the enjambed commas (foo(1,2) => foo(1, 2)) in method calls and call-seqs.