class Rake::EarlyTime
EarlyTime
is a fake timestamp that occurs before any other time value.
Public Instance Methods
Source
# File lib/rake/early_time.rb, line 12 def <=>(other) -1 end
The EarlyTime
always comes before other
!
EarlyTime
is a fake timestamp that occurs before any other time value.
# File lib/rake/early_time.rb, line 12 def <=>(other) -1 end
The EarlyTime
always comes before other
!