Class
Rake::EarlyTime
In: lib/rake/early_time.rb
Parent: Object

EarlyTime is a fake timestamp that occurs before any other time value.

Methods

<=>, to_s,
Included modules

Comparable Singleton
Public Instance methods
<=>(other)
    # File lib/rake/early_time.rb, line 8
 8:     def <=>(other)
 9:       -1
10:     end
to_s()
    # File lib/rake/early_time.rb, line 12
12:     def to_s
13:       "<EARLY TIME>"
14:     end