• A
    Call super instead of returning nil for DateTime#<=> · 08073125
    Andrew White 提交于
    The native DateTime#<=> implementation can be used to compare instances
    with numeric values being considered as astronomical julian day numbers
    so we should call that instead of returning nil.
    
    Fixes #24228.
    08073125
calculations.rb 5.9 KB