Class
Rake::EarlyTime
In: lib/rake.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.rb, line 1357
1357:     def <=>(other)
1358:       -1
1359:     end
to_s()
      # File lib/rake.rb, line 1361
1361:     def to_s
1362:       "<EARLY TIME>"
1363:     end