Class: Rake::EarlyTime
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Instance Chain:
self,
Singleton,
Comparable
|
|
Inherits: | Object |
Defined in: | lib/rake/early_time.rb |
Overview
EarlyTime
is a fake timestamp that occurs before any other time value.
Instance Method Summary
-
#<=>(other)
The EarlyTime always comes before
other
!
Instance Method Details
#<=>(other)
The EarlyTime always comes before other
!
# File 'lib/rake/early_time.rb', line 11
def <=>(other) -1 end