ruby / gem_rbs_collection

A collection of RBS for gems.
MIT License
247 stars 101 forks source link

Delegate sig from Time to TimeWithZone #485

Closed ksss closed 5 months ago

ksss commented 7 months ago

In ActiveSupport::TimeWithZone, many methods are common with Time, and there are many that can use the type definition of Time as is. I have updated the type definitions for some of these methods.