class Rake::LateTime
LateTime
is a fake timestamp that occurs after any other time value.
Public Instance Methods
Source
# File vendor/bundle/ruby/3.4.0/gems/rake-13.2.1/lib/rake/late_time.rb, line 8 def <=>(other) 1 end
Source
# File vendor/bundle/ruby/3.4.0/gems/rake-13.2.1/lib/rake/late_time.rb, line 12 def to_s "<LATE TIME>" end