ruby / spec

The Ruby Spec Suite aka ruby/spec
MIT License
595 stars 388 forks source link

Move the extensions for `Time` to the corresponding locations #1147

Closed nobu closed 6 months ago

nobu commented 6 months ago

Although Time#to_date and Time#to_datetime are defined in Time, they belong to the "date" library and should be placed in the corresponding locations for each class.

Fix #1146.

eregon commented 6 months ago

Thanks!