Module: Bridgetown::Foundation::CoreExt::Date::DateAndTimeComparison
- Defined in:
- bridgetown-foundation/lib/bridgetown/foundation/core_ext/date.rb
Instance Method Summary collapse
Instance Method Details
#<=>(other) ⇒ Object
9 10 11 12 13 |
# File 'bridgetown-foundation/lib/bridgetown/foundation/core_ext/date.rb', line 9 def <=>(other) return super unless other.is_a?(Time) to_time <=> other end |