123456789_123456789_123456789_123456789_123456789_

Class: Rake::LateTime

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Instance Chain:
self, Singleton, Comparable
Inherits: Object
Defined in: lib/rake/late_time.rb

Overview

LateTime is a fake timestamp that occurs after any other time value.

Instance Method Summary

Instance Method Details

#<=>(other)

[ GitHub ]

  
# File 'lib/rake/late_time.rb', line 8

def <=>(other)
  1
end

#to_s

[ GitHub ]

  
# File 'lib/rake/late_time.rb', line 12

def to_s
  "<LATE TIME>"
end