ruby / date

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

d_lite_zero #60

Closed BurdetteLamar closed 2 years ago

BurdetteLamar commented 2 years ago

Five private methods were hooked up to d_lite_zero (having to do with hour, minute, second). The first one, #hour, was suppressed in the RDoc, but the other four were not suppressed and were included in the RDoc as aliases for #hour. This may be a bug in RDoc (private alias of private method not suppressed). I have repaired it here by creating five methods to replace d_lite_zero.

BurdetteLamar commented 2 years ago

The names the five new methods in Date collide with existing methods defined in behalf of DateTime. I'll work on this.

BurdetteLamar commented 2 years ago

I'm going to go ahead and close this. More thought is needed.