Method: RiCal::FastDateTime#cmp_fast_date_time_value
- Defined in:
- lib/ri_cal/fast_date_time.rb
#cmp_fast_date_time_value(other) ⇒ Object
219 220 221 |
# File 'lib/ri_cal/fast_date_time.rb', line 219 def cmp_fast_date_time_value(other) other <=> self end |